search for: hp_disc_agnt_install

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

2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
...: { 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"], } exec { "HP_Disc_Agnt_Install": command => "pkgadd -a default -d $pkg Iddmi", unless => "pkginfo Iddmi", require => Exec["HP_Disc_Agnt_Prep"], } } default: {...