[Puppet Users] Re: Could not request certificate: Error 405 on SERVER

2014-08-13 Thread Patrick Robinson
I had a similar error getting 405. I found I hadn't set the PassengerRoot directory correctly in the puppetmaster vhost config: PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-4.0.48 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsub

[Puppet Users] Re: hiera and variable hash array

2015-03-18 Thread Patrick Robinson
The ruby call you're looking for is each_pair used like this: <% scope.lookupvar('hash').each_pair do |key,value| -%> <%= key %> = <%= value %> <% end -%> On Sunday, March 15, 2015 at 9:16:08 PM UTC+11, Luca Gervasi wrote: > > Hello, > > i'm trying to achieve aconfiguration where i can applt a

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

2015-03-18 Thread Patrick Robinson
I would consider using something like hiera and loading the packages from a YAML file. It is trivial to convert your existing file to YAML. On Friday, March 13, 2015 at 10:15:07 PM UTC+11, Alex Miroshnik wrote: > > Hi Guys, > > I need to install multiple packages on the Ubuntu 14.0.4 using puppe