claranet / puppet-consul_template

A Puppet module to manage the config and jobs of Consul Template from Hashicorp
Apache License 2.0
30 stars 89 forks source link

puppetlabs-concat dependency version causes issues #93

Closed madAndroid closed 7 years ago

madAndroid commented 7 years ago

We're experiencing this when using librarian-puppet:

madAndroid commented 7 years ago

We have a workaround for this for now, but it would be good to set this as a range regardless

bmhkb4 commented 7 years ago

Is this the error I'm getting here when trying to use 0.2.9?

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type concat::fragment at /etc/puppet/modules/consul_template/manifests/config.pp:17 on node <node>

craigwatson commented 7 years ago

@madAndroid - Apologies for the delay in getting to look at this, I've added proper bounds to the dependencies in metadata.json - what was your original issue?

@bmhkb4 - Your issue sounds like you don't have the concat module installed. I'd check this first, and raise a separate issue here if you do.