search for: env_net

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

Did you mean: dev_net
2013 Jun 05
2
Template not putting in new lines.
...es/v1_0/templates/hosts.TEMPLATE''), mode => "0444", owner => "root", group => "root", ensure => present, } } # end of class 8<--- And finally my node manifest: 8<------- ## Common variables ## 3rd octet of the environment $env_net = "43" # Nodes node default { class { "test::v1_0::standard" : extra_hosts => [ [ "10.24.${env_net}.20" , "ds.blabla.net" ],...