class ltsp::common { package { [ "ltsp-server", "ltspfs", ]: ensure => installed } } define ltsp::buildclient { include ltsp::common exec { "ltsp-build-client": command => "ltsp-build-client", path => "/bin:/sbin:/usr/sbin:/usr/bin", creates => "/opt/ltsp/i386", } }