Changeset 223
- Timestamp:
- Jul 2, 2009, 4:57:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/site.pp
r216 r223 3 3 import "/etc/puppet/modules/module-svn/manifests/*.pp" 4 4 5 import "node-prod.pp" 5 import "node-prod-estaciones.pp" 6 import "node-prod-servidores.pp" 6 7 7 8 # Create "/tmp/testfile" if it doesn't exist. … … 34 35 include test_class 35 36 37 include utile-cli 38 39 debproxy::activateclient { dist: 40 debproxyhost => "debproxy-ubuntu", 41 } 42 36 43 cronapt::mailon-mailto { dist: 37 44 mailon => "upgrade", … … 42 49 43 50 ltsp::buildclient { dist: 44 mirror => "http://debproxy :3142/ar.archive.ubuntu.com/ubuntu",45 securitymirror => "http://debproxy :3142/security.ubuntu.com"51 mirror => "http://debproxy-ubuntu:3142/ar.archive.ubuntu.com/ubuntu", 52 securitymirror => "http://debproxy-ubuntu:3142/security.ubuntu.com" 46 53 } 47 54
Note: See TracChangeset
for help on using the changeset viewer.