The current version of concat is 4.1.1 and is incompatible. So where test code will work in a standalone vagrant box, if you try to integrate it into a control repo it will throw errors during manifest compile like so:
Error: Evaluation Error: Error while evaluating a Resource Statement, Concat::Fragment[named.conf.local.tsig.dynamic-update.include]: has no parameter named 'ensure' at /etc/puppetlabs/code/environments/production/modules/dns/manifests/tsig.pp:31 on node vagrant-ubuntu-trusty-64.somedomain.com
This version of concat is so far behind that this module isn't really possible to use in combination with newer modules that have already updated.
When installing this module indepently of a library Puppetfile, these are the versions that install:
The current version of concat is 4.1.1 and is incompatible. So where test code will work in a standalone vagrant box, if you try to integrate it into a control repo it will throw errors during manifest compile like so:
Error: Evaluation Error: Error while evaluating a Resource Statement, Concat::Fragment[named.conf.local.tsig.dynamic-update.include]: has no parameter named 'ensure' at /etc/puppetlabs/code/environments/production/modules/dns/manifests/tsig.pp:31 on node vagrant-ubuntu-trusty-64.somedomain.com
This version of concat is so far behind that this module isn't really possible to use in combination with newer modules that have already updated.