On Friday, January 9, 2015 at 3:34:41 PM UTC-6, RIlindo Foster wrote: > > It seems you are using this as a way to classify nodes. Your best option > is to use an ENC (Foreman or Hiera) to classify your nodes, ideally using > the roles and profiles pattern to abstract your modules. > >
I strongly disagree. If you don't otherwise need (or want) an ENC, then this is not a good reason to start using one. Changing the default node to a class and 'include'ing it, as Peter suggested, is much easier, and mostly equivalent to node inheritance. If you use node-scoped variables in the (original) default node, however, then you have more work to do any way around. John -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d657abc7-35ba-4c88-84fb-0f714853aa69%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
