- Timestamp:
- Sep 12, 2009, 8:24:19 PM (15 years ago)
- Location:
- trunk/puppet/manifests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/node-prod-servidores.pp
r369 r377 1 node bolivar { 2 3 include installers 4 5 ltsp::buildclient { dist: 6 mirror => "http://debproxy-ubuntu:3142/ar.archive.ubuntu.com/ubuntu", 7 securitymirror => "http://debproxy-ubuntu:3142/security.ubuntu.com" 8 } 9 10 include ltsp::tftpdhpa::activate 11 12 include ubuntu::apt 13 14 include test_class 15 include utile-cli 16 17 include estacion-de-trabajo 18 19 cronapt::mailon-mailto { dist: 20 mailon => "upgrade", 21 mailto => "security@localhost" 22 } 23 24 debproxy::activateclient { dist: 25 debproxyhost => "debproxy-ubuntu", 26 } 27 28 } 29 1 30 node chavez { 2 31 include test_class -
trunk/puppet/manifests/walsh.pp
r369 r377 50 50 ensure => directory, 51 51 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" 52 57 } 53 58 … … 137 142 } 138 143 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 139 154 }
Note: See TracChangeset
for help on using the changeset viewer.