puppetlabs-puppetdb
puppetlabs-puppetdb copied to clipboard
puppetdb::master::config attempts to manage the Service[puppetmaster] resource
This causes duplicate defined resource error if you're using another module to manage that resource and the ordering doesn't work out just right.
If the service is required for this module, it should be a dependency.
puppetdb::master::config:125
I believe this is the same underlying issue as #34, and yeah, we need to fix it.
Fixed in #250