Changeset 713
- Timestamp:
- May 9, 2010, 3:06:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/puppet-ltsp/manifests/classes/server.pp
r712 r713 18 18 19 19 exec { "ltsp-update-kernels": 20 command => "ltsp-update-kernels",21 path => "/bin:/sbin:/usr/sbin:/usr/bin",20 command => "ltsp-update-kernels", 21 path => "/bin:/sbin:/usr/sbin:/usr/bin", 22 22 refreshonly => true 23 23 } 24 24 25 25 exec { "ltsp-update-image": 26 command => "chroot /opt/ltsp/i386/ apt-get clean && ltsp-update-image",27 path => "/bin:/sbin:/usr/sbin:/usr/bin",26 command => "chroot /opt/ltsp/i386/ apt-get clean && ltsp-update-image", 27 path => "/bin:/sbin:/usr/sbin:/usr/bin", 28 28 refreshonly => true 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.