[Puppet Users] Re: pupptboard Could not reach PuppetDB error

2015-03-21 Thread Tim Dunphy
Yo guys, I was able to find the secret sauce that got this working for me! When I gave the command: setsebool -P httpd_can_network_relay=1 And reloaded the page.. voila! Everything worked. And there's nothing like success but success. Just wanted to let you know... Tim On Fri, Mar 20, 2015

[Puppet Users] Use value from a hash defined in hiera datasource elsewhere in the same hiera datasource

2015-03-21 Thread Craig Wickesser
I have a hiera (YAML based) data source: -- # /etc/puppet/hieradata/foo.yaml webapp::options: http_port: 8080 timeout: 500 # # Set the http_port for foo # # any of these approaches gave

Re: [Puppet Users] new to puppet.

2015-03-21 Thread Martin Alfke
Hi, the best way is to start with learning puppet vm and the according website: https://docs.puppetlabs.com/learning/index.html https://docs.puppetlabs.com/learning/index.html At https://puppetlabs.com/learn https://puppetlabs.com/learn you have the possibility to get a guide through Puppet

[Puppet Users] Re: How can I diagnose hopeless performance.

2015-03-21 Thread Robert Inder
On Friday, 20 March 2015 08:18:15 UTC, jamese wrote: Try running puppet with --debug and --evaltrace to see where it's taking the time. Ah! As before, the evaltrace for the empty node definition lists a handful of things being evaluated in negligible times. But that out put is

Re: [Puppet Users] Re: How can I diagnose hopeless performance.

2015-03-21 Thread Christopher Wood
On Sat, Mar 21, 2015 at 12:08:07PM -0700, Robert Inder wrote: On Friday, 20 March 2015 08:18:15 UTC, jamese wrote: Try running puppet with --debug and --evaltrace to see where it's taking the time. Ah!  As before, the evaltrace for the empty node definition lists a