Re: [Puppet Users] Running ENC alongside site.pp (node defn)

2013-03-28 Thread Martin Alfke
Hi, On Mar 27, 2013, at 2:32 AM, iamauser tapas.sara...@gmail.com wrote: Thanks Pete and Martin. Follow up question. Let's assume I have 3 nodes (A,B,C), and all of them have some class definitions in site.pp, and now, I just want to test my ENC based class definitions for only node-A. I

Re: [Puppet Users] Running ENC alongside site.pp (node defn)

2013-03-28 Thread iamauser
On Thursday, March 28, 2013 10:44:04 AM UTC-5, Martin Alfke wrote: Hi, On Mar 27, 2013, at 2:32 AM, iamauser tapas@gmail.com javascript: wrote: Thanks Pete and Martin. Follow up question. Let's assume I have 3 nodes (A,B,C), and all of them have some class definitions in

[Puppet Users] Running ENC alongside site.pp (node defn)

2013-03-26 Thread iamauser
Hello, Is it possible to configure an ENC to provide class definition to a number of nodes at the same time where a few other nodes are controlled in the site.pp by node 'FQDN' {blah} for the same puppetmaster ? I am wondering once parameters are set for the master to look for an ENC based

Re: [Puppet Users] Running ENC alongside site.pp (node defn)

2013-03-26 Thread Martin Alfke
Hi. On 26.03.2013, at 15:44, iamauser wrote: Hello, Is it possible to configure an ENC to provide class definition to a number of nodes at the same time where a few other nodes are controlled in the site.pp by node 'FQDN' {blah} for the same puppetmaster ? ENC and site.pp do not

Re: [Puppet Users] Running ENC alongside site.pp (node defn)

2013-03-26 Thread Peter Brown
On 27 March 2013 01:02, Martin Alfke tux...@gmail.com wrote: Hi. On 26.03.2013, at 15:44, iamauser wrote: Hello, Is it possible to configure an ENC to provide class definition to a number of nodes at the same time where a few other nodes are controlled in the site.pp by node 'FQDN' {blah}

Re: [Puppet Users] Running ENC alongside site.pp (node defn)

2013-03-26 Thread iamauser
Thanks Pete and Martin. Follow up question. Let's assume I have 3 nodes (A,B,C), and all of them have some class definitions in site.pp, and now, I just want to test my ENC based class definitions for only node-A. I have 'node-A.yaml' that has the extra class definitions. Should this be enough