Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concat is a very old version #245

Open
witchbutter opened this issue Feb 20, 2018 · 2 comments
Open

Concat is a very old version #245

witchbutter opened this issue Feb 20, 2018 · 2 comments

Comments

@witchbutter
Copy link

witchbutter commented Feb 20, 2018

When installing this module indepently of a library Puppetfile, these are the versions that install:

/etc/puppetlabs/code/environments/production/modules
├── ajjahn-dns (v2.1.0)
├── puppetlabs-concat (v2.2.1)
└── puppetlabs-stdlib (v4.24.0)

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.

@felixdoerre
Copy link

It looks like there is already a fix for this issue (6145d61) but it didn't manage to get in a release yet.

@witchbutter
Copy link
Author

Any plans to release soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants