Re: [Puppet Users] Re: Puppet Nodes

2014-11-13 Thread Felix Frank
On 11/11/2014 06:58 PM, Dominic wrote: > > I wish the grouping was nicer. Hi, would you care to elaborate on that? If we are missing features, we should at least keep them around as tickets. Thanks, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Use

[Puppet Users] Re: Puppet Nodes

2014-11-11 Thread Dominic
I did look at that.. But I could not see if the group structure was a more traditional layout. Might bring it up on a VM to have a look. However the snippet of regex allowed me to pull all the modules together and deploy them in a manor that I want. Its a fantastically powerful tool. I wish th

[Puppet Users] Re: Puppet Nodes

2014-11-11 Thread Gavin Williams
If you want something a bit smarter, you could look at The Foreman [1]. Cheers Gavin [1] http://theforeman.org/ On Monday, 10 November 2014 21:18:51 UTC, Dominic wrote: > > > OK Think I found my own answer >> > > > https://docs.puppetlabs.com/puppet/latest/reference/lang_node_definitions.html >

[Puppet Users] Re: Puppet Nodes

2014-11-10 Thread Dominic
> OK Think I found my own answer > https://docs.puppetlabs.com/puppet/latest/reference/lang_node_definitions.html node /^lab1\d+$/ { include common } node /^lab2\d+$/ { include somthingelse } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.

[Puppet Users] Re: Puppet nodes unable to send report to Puppet Master running under Passenger

2013-09-24 Thread F. Y.
Nothing in the logs. But there were two problems: 1. I needed to disable the Apache VHOST file for Puppet Dashboard, then Puppet Master was able to work 2. A silly mistake a manifest caused a recursive loop in a manifest that was used in the majority of our node types. Figured that out by lookin

[Puppet Users] Re: Puppet nodes unable to send report to Puppet Master running under Passenger

2013-09-23 Thread Forrie
I ran into similar problems before, which ended up being the permissions of the rack config.ru file -- it needs to be owned and readable by the puppet user -- check that? Mine was in a path like /etc/puppet/rack/puppetmaster/config.ru. -- You received this message because you are subscribed

[Puppet Users] Re: Puppet nodes unable to send report to Puppet Master running under Passenger

2013-09-23 Thread Ellison Marks
Anything showing up in your logs? On Friday, September 20, 2013 2:17:32 PM UTC-7, F. Y. wrote: > > Hello all, > > I recently switched to running puppet master using Passenger. However, I > am seeing agents unable to send reports after a bunch of 'master' processes > starting to accumulate and ea