search for: silentinstall

Displaying 1 result from an estimated 1 matches for "silentinstall".

2007 Oct 27
3
download, run and delete file
Hello I try the following: 1. Check if a file is present 2. if not, download some files to an directory in /tmp and run one 3. remove the files and the directoy from /tmp 1 and 2 are 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"] } fil...