Displaying 1 result from an estimated 1 matches for "hp_disc_agnt_prep".
2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
...ot;ftp.example.net/download"
# define path deafult for exec
Exec { path => "/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/local/sbin",
cwd => "/tmp",
}
case $operatingsystem {
"Solaris": {
exec { "HP_Disc_Agnt_Prep":
command => "wget -O $pkg ftp://$ftpsystems/$pkg; wget
-O default ftp://$ftpsystems/default",
unless => [ "test -f $pkg", "test -f default" ],
before => Exec["HP_Disc_Agnt_Install"],
}...