- Timestamp:
- Sep 28, 2009, 5:59:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/site.pp
r310 r399 3 3 import "/etc/puppet/modules/module-svn/manifests/*.pp" 4 4 5 import "node-prod-estaciones.pp" 6 import "node-prod-servidores.pp" 7 import "lugo.pp" 8 import "walsh.pp" 5 import "/etc/puppet/nodes/*.pp" 9 6 10 7 # Create "/tmp/testfile" if it doesn't exist. … … 17 14 } 18 15 } 19 20 # tell puppet on which client to run the class21 node peon {22 include test_class23 include estacion-de-trabajo24 }25 26 node ardizzone {27 include test_class28 include audiostreamer29 30 debproxy::activateclient { dist:31 debproxyhost => "debproxy",32 }33 34 }35 36 node zara {37 include test_class38 }
Note: See TracChangeset
for help on using the changeset viewer.