On Monday, June 18, 2012 at 4:04 PM, Jo Rhett wrote: > Same software, same management functions, same configs⦠just a different > permissions change on new installations. Should I really duplicate the entire > module, and manage all changes in both places? And forever try to manage > which host should be in which generation?
No - if it's that small and simple, the data bout which host is in which should be in your source of truth, CMDB, etc - and Puppet should read that data and determine which attribute or set of attributes (or resources) is applied based on that. You can do this today with hiera and conditionals. -- Eric Shamow Professional Services http://puppetlabs.com/ (c)631.871.6441 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
