search for: env_prod

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

Did you mean: en&prod
2011 Dec 11
0
Re: Variables not inheriting
...ing I am having a weird problem on a new (rhel6) puppet server. I can not seem to be able to define custom variable. Neither template nor class is able to use this variable. Puppet version: 2.7.9 server: RHEL 6.1 here is snippet of what I am doing: node ''something'' inherits env_prod { $mode = "PROD" } then I use the following in a class: class hosts { file {"hosts": path => "/etc/hosts", owner => "root", group => "root",...