Re: [Puppet Users] external node classifier my setup

2016-06-26 Thread Alex Samad
Hi Okay so what i am getting from this is. have 2 maybe 3 environments production - production puppet code testing - testing modules and dev - another testing / developer Inside production I can use a "ENC" ? to force nodes into groups production sim inf inside there I can allocate

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

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

Re: [Puppet Users] external node classifier my setup

2016-06-23 Thread Rob Nelson
The values they receive for a particular module parameter does not need to have anything to do with their environment. That can come from hiera. On Thursday, June 23, 2016, Alex Samad wrote: > On 24 June 2016 at 00:16, jcbollinger >

[Puppet Users] external node classifier my setup

2016-06-22 Thread Alex Samad
Hi Might have this wrong. But.. I have puppet install - got r10k and will be using hiera I wanted to have 1 script / programatic way of classifying scripts into environments. I wanted to be able to look at certname and maybe ip address. So I found this