On 27 March 2013 01:02, Martin Alfke <[email protected]> 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} for the same puppetmaster ? > > > ENC and site.pp do not replace each other. > You can use them in parallel at the same time. > > Please note that you even may have one node in both (ENC and site.pp). > Puppet will merge all classes and parameters. >
It also seems that if you put some nodes in site.pp et al you need a definition for all of them. You can get around having to put an entry in for all of your nodes by putting in an empty default node. > > > I am wondering once parameters are set for the master to look for an ENC > based definitions, will it conflict with the site.pp node definitions ? > For example these two basic parameters for ENC : > > node_terminus = exec > external_nodes = /usr/local/bin/enclassifier > > Thanks for any suggestion. > > ------ > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
