stephenrjohnson / puppetmodule

A Puppet configuration manager for puppet agent, master, and puppetdb
http://forge.puppetlabs.com/stephenrjohnson/puppet
30 stars 62 forks source link

Puppetdb v5 breaks stephenrjohnson/puppet #130

Open chrisowensboston opened 8 years ago

chrisowensboston commented 8 years ago

puppetdb v5 removed the "puppetdb::version" parameter from puppetdb::mastter::config.

This means that line 61 in storeconfigs.pp throws a compile error.

Possible workaround is to cap the puppetdb version in the metadata.json file.