search for: appcfg

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

Did you mean: app_cfg
2013 Jul 30
2
Failed to parse template, wrong number of arguments (create_resources)
...s and Hiera. Here''s my setup (abridged): ../hieradata/settings.yaml: *global:* * variables:* * env: foo* * * *appSpecific:* * serverName: someServer* ../modules/test/manifests/init.pp: *class test {* * create_resources(test::variables, hiera(''global''))* * $appcfg = hiera(''appSpecific'')* * * * define variables($env) {* * file { "app_cfg":* * path => "/etc/app/app.cfg",* * owner => root,* * group => root,* * mode => 644,* * notif...