Changeset 216
- Timestamp:
- Jun 20, 2009, 8:37:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/site.pp
r206 r216 2 2 import "common/*.pp" 3 3 import "/etc/puppet/modules/module-svn/manifests/*.pp" 4 5 import "node-prod.pp" 4 6 5 7 # Create "/tmp/testfile" if it doesn't exist. … … 22 24 include test_class 23 25 include audiostreamer 26 27 debproxy::activateclient { dist: 28 debproxyhost => "debproxy", 29 } 30 24 31 } 25 32 … … 118 125 include test_class 119 126 } 120
Note: See TracChangeset
for help on using the changeset viewer.