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