search for: extra_host

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

Did you mean: extra_hosts
2013 Jun 05
2
Template not putting in new lines.
...uot; 10.24.43.20ds.blabla.net10.24.43.35static.blabla.net10.24.43.50alert.blabla.net10.24.43.50blocked.something.com " At the bottom of the topic is the list of versions and rpms The template file looks like this: test/templates/v1_0/templates/hosts.TEMPLATE 8<--------------------- <% extra_hosts.each do |ip,address| %> <%= ip %> <%= address %> <% end %> 8<------------------- my component manifest file looks like this: test/v1_0/standard.pp 8<------------------ class test::v1_0::standard ( $extra_hosts, ) { class { "test::v1_0" : extra_host...