Re: [Puppet Users] how to install multiple packages from the list

2015-03-19 Thread Alex Miroshnik
Thank you very much, Guys. I've converted file to array using SED, but it is nice idea with hiera. I have never used hiera before, it was not necessary, but maybe it is time to start thinking in that direction. On Wednesday, 18 March 2015 13:18:13 UTC, Garrett Honeycutt wrote: > On 3/13/15 10:

Re: [Puppet Users] how to install multiple packages from the list

2015-03-18 Thread Garrett Honeycutt
On 3/13/15 10:45 AM, Alex Miroshnik wrote: > Hi Guys, > > I need to install multiple packages on the Ubuntu 14.0.4 using puppet. > All packages are listed in the file (about 100 packages) one package > name on the row. Is this possible? If it is possible, could you please > give me a hint how to d

[Puppet Users] how to install multiple packages from the list

2015-03-13 Thread Alex Miroshnik
Hi Guys, I need to install multiple packages on the Ubuntu 14.0.4 using puppet. All packages are listed in the file (about 100 packages) one package name on the row. Is this possible? If it is possible, could you please give me a hint how to do this. I know I can specify the array of the pack