search for: pbwebguy

Displaying 4 results from an estimated 4 matches for "pbwebguy".

2011 May 04
2
Passenger Error "during the evaluation of config/environment.rb"
I have been through all of the instructions for setting up a PuppetMaster using Passenger. At the present time, when I access Passenger I receive the Passenger Error page with the message "The application has exited during startup (i.e. during the evaluation of config/environment.rb)". I''ve looked at the log files and there is nothing obvious. When I run puppetmaster
2011 Jul 14
4
puppet custom fuction run as user pupprt?
I wrote a custom fuction to read a root read-only file, it raised an Permission Denied error. During debug, i found this fuction seems to run as user puppet, it is this a feature or a bug? -- System Administrator, Focus on System Management and Basic Development -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group,
2011 Jul 14
2
Puppet 2.6.x fate
It was decided earlier this week that the 2.6 series will have it''s last release at 2.6.10 (we''re currently at 2.6.9). However, we are not doing a 2.6.10 RC/release this month. That will wait until August. If you have patches waiting on some final tweaks or any other work that you feel like just *has* to be in the 2.6 series, please get it filed with us ASAP. Right now the
2011 Jun 06
0
No matching value for selector param '1' with case and ? statements
I have been getting an error message " No matching value for selector param ''1''" when ever I use the following code in a class. What is strange is if I run the code directly with "puppet -v filename" where the code is in the filename or I stick the code in the nodes.pp file it works perfectly. When I put it into a class and include in the node it breaks.