Displaying 1 result from an estimated 1 matches for "ftpsystems".
Did you mean:
apsystems
2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
# cat iddmi.pp
class iddmi {
# define pkg variable
$pkg = $hardwareisa ? {
"sparc" => "Iddmi_SunOS_sparc.pkg",
"i386" => "Iddmi_SunOS_i386.pkg",
default => undef,
}
$ftpsystems = "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 {...