Le mercredi 7 août 2013 16:13:26 UTC+2, Mason a écrit : > > Assuming all the dns servers are getting the same config, We break big > chunks like that out into their own modules. So: > > node dns1.myco.com { > include myco::dns > } > > node web1.myco.com { > include myco::web > } > > If the servers have different configs, you can make myco::dns::common, > myco::dns::this myco::dns::that myco::dns::other. > > We also use a "role" fact instead of a regex on the fqdn for case > statements, but even those are fragile. I prefer to explicitly include > things in the node definitions. It's a bit verbose, but its also clear for > anyone else that has to maintain the code. > > — Mason Turner > Thanks for your answer.
In your solution you put resources declarations in an external class and the node definition stay small but your class which contain all resources declarations should be very big. Finally you just moved the issue in an other place or maybe I miss something? Regards, Thomas -- 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.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.