Displaying 1 result from an estimated 1 matches for "nco_m_ssmag".
2007 Oct 27
3
download, run and delete file
...easy, here is my definition:
class netcool
{
exec { "/bin/bash /tmp/netcool/silentinstall.sh":
cwd => "/tmp/netcool",
path => "/usr/bin:/usr/sbin:/bin:/sbin",
creates => "/opt/netcool/ssm/bin/init.nco_m_ssmagent",
require => File["/tmp/netcool"]
}
file { "/tmp/netcool":
source => "puppet://10.32.29.29/dist/os/linux/netcool",
backup => false,
mode => 644,
owner =...