search for: puppetdb_host

Displaying 1 result from an estimated 1 matches for "puppetdb_host".

2013 Sep 18
1
ENC paramater interpolation in ENC, and inline templates
...configure puppetdb, puppet master, and puppet clients. So, there''s a bunch of shared data within an environment (like the server name, port, etc.). What I''d like to do is have my ENC set a top-level param hash like: puppet_config: server: puppet.example.com port: 8140 puppetdb_host: puppetdb.example.com and then interpolate that into my ENC-specified classes like: classes: puppet::client: server: "${puppet_config[server]}" So as far as I can tell, I''m running into two isses: 1) There''s no real hash interpolation, only inline templates...