[Puppet Users] Re: hashes as variables in templtes

2009-08-26 Thread David Schmitt
Matt Delves wrote: > Hey Folks, > I've run into a bit of a snag in setting up the manifests. What I want > to do is use an array of hashes as variables in a template. > > An extract of node is: > -- > $security_access = [{:type => "+", :group => "allowdpeople" :rule => > "ALL"}, {:type => "-"

[Puppet Users] Re: hashes as variables in templtes

2009-08-26 Thread jcbollinger
On Aug 25, 11:19 pm, "Matt Delves" wrote: > Hey Folks, > I've run into a bit of a snag in setting up the manifests. What I want > to do is use an array of hashes as variables in a template. > > An extract of node is: > -- >     $security_access = [{:type => "+", :group => "allowdpeople" :rule =