Re: [Puppet Users] external node classifier my setup

2016-06-24 Thread Rob Nelson
On Friday, June 24, 2016, Alex Samad wrote: > The point i was trying to make was not the how. But that a group of > nodes will have 1 config and another a different config. It seems > like environments would be the way to group that. > Alex, Environment is a very overloaded term. In this case,

Re: [Puppet Users] Re: external node classifier my setup

2016-06-24 Thread Alex Samad
On 25 June 2016 at 00:32, jcbollinger wrote: > > > On Thursday, June 23, 2016 at 6:11:11 PM UTC-5, Alex Samad wrote: >> >> On 24 June 2016 at 00:16, jcbollinger wrote: > > > [...] > >> >> > In the first place, I recommend not using multiple Puppet environments >> > unless you have a Puppet-relate

Re: [Puppet Users] Re: SRV records not working correctly

2016-06-24 Thread Josh Cooper
On Fri, Jun 24, 2016 at 8:41 AM, Martin Jackson wrote: > You might need: > pluginsource = puppet:///plugins > pluginfactsource = puppet:///pluginfacts > > In your puppet.conf. > That's good advice if you're using puppet < 4 and the debug output seems to match that (since the host

[Puppet Users] Re: Augtool installation

2016-06-24 Thread Michael Watters
You'll need to install the package that provides augtool in order to use it. yum provides augtool should show you what package to install. On Friday, June 24, 2016 at 9:29:25 AM UTC-4, Shrawan Bhagwat wrote: > > Hi All, > > I have installed Augeas setup from yum repository using command yum > i

[Puppet Users] Re: Puppet's CA with an external issued CA-Certificate

2016-06-24 Thread Christoph Fiehe
Thanks for your fast response... Your approach sounds very interesting. I will give it a try. Thank you very much. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

[Puppet Users] Re: SRV records not working correctly

2016-06-24 Thread Martin Jackson
You might need: pluginsource = puppet:///plugins pluginfactsource = puppet:///pluginfacts In your puppet.conf. On Thursday, June 23, 2016 at 3:35:42 PM UTC-5, Matthew Ceroni wrote: > > I am attempting to load balance two master servers via SRV records. > > https://gist.github.com/

Re: [Puppet Users] Re: external node classifier my setup

2016-06-24 Thread jcbollinger
On Thursday, June 23, 2016 at 6:11:11 PM UTC-5, Alex Samad wrote: > > On 24 June 2016 at 00:16, jcbollinger > > wrote: > [...] > > In the first place, I recommend not using multiple Puppet environments > > unless you have a Puppet-related reason for doing so. The prime reason > in > > t

[Puppet Users] Re: get one file with all server in puppet (export resource)

2016-06-24 Thread Andreas Dvorak
Thank you for the answer. That will take some time to understand. Andreas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.

[Puppet Users] Augtool installation

2016-06-24 Thread Shrawan Bhagwat
Hi All, I have installed Augeas setup from yum repository using command yum install ruby-augeas.x86_64. I have got all packages of Augeas but not able to find command Augtool. Please help! Regards, Shrawan -- You received this message because you are subscribed to the Google Groups "Puppet

Re: [Puppet Users] Load Balancer for Puppet Master

2016-06-24 Thread Christopher Wood
I handle ssl on the actual compile masters with SAN certs and it works just fine. Define "better"? On Thu, Jun 23, 2016 at 12:20:44PM -0700, Braian Fabián Leiva wrote: >I'm trying to setup a Load Balancer in front of some Compile Masters and >the Puppet docs says that I can achieve that e

Re: [Puppet Users] external node classifier my setup

2016-06-24 Thread R.I.Pienaar
>> I agree but how do you make them difference for different nodes, if I >> specify a group of nodes that have a specific MOTD... the nodes don't >> care but ( i was using it as an example). maybe a better one would be >> say smtp setup - all nodes have it, non prod must point to the non >> prod s