Puppet resource dependency syntax used in hadoop/manifests/init.pp doesn't
always work
--------------------------------------------------------------------------------------
Key: BIGTOP-312
URL: https://issues.apache.org/jira/browse/BIGTOP-312
Project: Bigtop
Issue Type: Bug
Components: Deployment
Reporter: Patrick Taylor Ramsey
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira