Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
puppet <- ordering syntax doesn't seem to work when multiple resources are declared at the same time (when the resource name is specified as an array). So,
foo
{ "blip": blort => "bloop", }<- flip
{ $zibble: }... will break if $zibble turns out to be an array with more than one element. We do this in a few places in modules/hadoop/manifests/init.pp. Attaching a patch to fix it