-
Notifications
You must be signed in to change notification settings - Fork 112
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 Issue #242
Comments
Which version of the module are you using? |
also - can you paste in the call to |
Concat Version : mod 'puppetlabs-concat', '4.0.0' dns::server:config : == Class dns::serverclass dns::server::config ( file { $cfg_dir: file { $data_dir: file { "${cfg_dir}/bind.keys.d/": file { $cfg_file: concat::fragment{'named.${zone_name}.conf.header': include dns::server::default } |
You misunderstood - I wanted to see the code where you are invoking |
This is because the module install installs version 2.2.1 of puppetlabs/concat but the current version is 4.1.1 and does not work |
Concat is driving me crazy. It perfectly works on my vagrant box but doesn't work in prod box. Any suggestion?
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Expected parameter 'path' of 'Concat[/etc/named/named.example.conf]' to have type Stdlib::Absolutepath, got String at /etc/puppetlabs/code/environments/production/modules/dns/manifests/server/config.pp:48 on node node1.example.pvt
N.B. We're using github and puppet version 4.
The text was updated successfully, but these errors were encountered: