Displaying 1 result from an estimated 1 matches for "nullop".
Did you mean:
nullok
2007 Mar 18
1
Dependancy sequencing problem
Hi,
I have this code here:
$filepackages = $operatingsystem ? {
debian => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
],
default => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
]
}
package { $filepackages:
ensure => latest