source: trunk/puppet/modules/puppet-ltsp/manifests/classes/server.pp @ 687

Last change on this file since 687 was 687, checked in by sebas@…, 14 years ago

formateo para compatibilidad con puppet 0.24

File size: 321 bytes
RevLine 
[161]1class ltsp::common {
[683]2    package { [
3        "ltsp-server",
[687]4        "ltspfs"
[683]5        ]: ensure => installed }
[159]6}
7
[686]8class ltsp::buildclient {
[161]9    include ltsp::common
[232]10
[161]11    exec { "ltsp-build-client":
[683]12        command => "ltsp-build-client",
13        path    => "/bin:/sbin:/usr/sbin:/usr/bin",
[161]14        creates => "/opt/ltsp/i386",
15    }
16}
Note: See TracBrowser for help on using the repository browser.