Am Montag, 28. November 2016 19:06:55 UTC+1 schrieb Rob Nelson: > > This will work but I would caution against it. Only recently has per > environment segregation been implemented and there are still some issues > present (I believe most fixes showed up in 4.8.0 but not sure). You don't > want the same module at two different versions for each group being mixed > and matched improperly. But, it's a judgement call if that's more worrisome > than an extra PE master. >
I can confirm that the issue with different versions of the same module in different environments with native ruby types/providers is a real problem. Just encountered it with the elasticsearch module which we wanted to upgrade. I utterly failed because new types were added and some types changed. If multiple independent teams are working on the same master you will likely hit this issue faster than with only one team. https://docs.puppet.com/puppet/latest/reference/environment_isolation.html - 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/0119b6b7-0e42-41d0-96ad-30dd4b29231c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
