Displaying 1 result from an estimated 1 matches for "nodes2".
Did you mean:
nodes
2012 Aug 28
1
Array References?
...e same array as having only one element.
Some sort of variable reference thing? How can I make a copy of the
$nodes array rather than make a reference to it?
notice ("NODES1=$nodes")
$n2 = $nodes
$useless = inline_template("<%= n2.shift -%>")
notice ("NODES2=$nodes")
Doug.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more o...