puppet-nagios
puppet-nagios copied to clipboard
Puppet 6 adjustment
Since P6 has removed the nagios_* types from the core, we'll need to
put in an external dependency on them.
Since I'm not sure how breaking this change would be, I just bumped up the Puppet dependency for sake of saving automation from itself.
Advise on how to proceed; I'm not sure there's an option on maintaining two different branches of a module, allowing for compatibility on two different versions, aside from explicit versioning.
Also, I'm not sure if anything really breaks when using the dependency, as most people don't enforce dependencies when using r10k. It might, though, since there would be conflicts (unless they're namespaced).
Pretty confident by now that you're either adding the dependencies anyway or it won't break people's stuff, so this should just be easily mergable.
Bump?