[Puppet Users] Re: inconsistencies with arrays: want multiple requires

2012-11-19 Thread Philip Brown
Huh. I could have SWORN I tried that syntax already. First thing,even. But... it works. Thanks for the reply :) On Monday, November 19, 2012 5:31:25 PM UTC-8, joe wrote: > > I think you misunderstand what puppet is doing there. Variables are not a > literal character replacement, they have typ

[Puppet Users] Re: inconsistencies with arrays: want multiple requires

2012-11-19 Thread joe
I think you misunderstand what puppet is doing there. Variables are not a literal character replacement, they have types. I think what you want is require => Package[$pkglist] The [] in your variable assignment tells puppet it is an array. The [] in the Package example I provided tells puppet