Changeset 232 for trunk/puppet/manifests/classes/ltsp.pp
- Timestamp:
- Jul 6, 2009, 6:33:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/classes/ltsp.pp
r207 r232 13 13 # - set root password 14 14 # - configure munin-node 15 # - ocsinventory (with a preseed) 15 16 16 17 class ltsp::common { … … 21 22 define ltsp::buildclient ( $mirror, $securitymirror ) { 22 23 include ltsp::common 24 23 25 exec { "ltsp-build-client": 24 26 command => "ltsp-build-client --mirror=$mirror --security-mirror=$securitymirror --late-packages \"ssh munin-node\" &>/dev/null",
Note: See TracChangeset
for help on using the changeset viewer.