Displaying 1 result from an estimated 1 matches for "nx_clientkey".
2007 Jun 29
5
Installing a file only if a package is available
...39; but then puppetd complains
it doesn''t know how to install freenx. However I don''t want it to
install freenx even if it would figure out how to do that. If freenx is
not installed I just don''t want this class to have any net effect.
--------------------------
class nx_clientkey {
remotefile { "/var/lib/nxserver/home/.ssh/authorized_keys2":
source => "os/$operatingsystem/nx/authorized_keys2",
ensure => file,
mode => 600 }
remotefile { "/var/lib/nxserver/home/.ssh/default.id_ds...