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
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