Ignore:
Timestamp:
Sep 12, 2009, 8:24:19 PM (15 years ago)
Author:
sebas
Message:

nuevo servidor de prueba (bolivar) + nuevo grupo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/walsh.pp

    r369 r377  
    5050      ensure => directory,
    5151      owner => "root", group => "sedenacional-internacional", mode => "770"
     52    }
     53
     54    file { ["/home/sedenacional-instituto"]:
     55      ensure => directory,
     56      owner => "root", group => "sedenacional-instituto", mode => "770"
    5257    }
    5358
     
    137142     }
    138143
     144     mount { "/home/sedenacional-instituto":
     145         atboot   => true,
     146         device   => "//tupac/instituto",
     147         ensure   => mounted,
     148         fstype   => "smbfs",
     149         remounts => false,
     150         options  => "credentials=/root/smb-instituto,dir_mode=0770,gid=10060,iocharset=utf8",
     151         require  => package["smbfs"],
     152     }
     153
    139154}
Note: See TracChangeset for help on using the changeset viewer.