Displaying 1 result from an estimated 1 matches for "apt_host".
Did you mean:
api_host
2012 Jul 27
0
puppet 3 and hiera
...' for Hiera::Backend:Module at
/etc/puppet/environments/test/manifests/nodes/puppet_nodes.pp:47 on node
ll-puppet-master-vm
The line in question is:
class { ''basenode'':
is_puppet_master => true;
}
Basenode is:
class basenode (
$is_puppet_master = false,
$apt_host = ''repo.domain.com''
) {
...
}
For the module, hiera is not explicitly used.
Also,
root@ll-puppet-master-vm:/usr/lib/ruby/1.8/puppet/parser/functions# ls
hiera*
hiera_array.rb hiera_hash.rb hiera_include.rb hiera.rb
Am I missing something?
Thanks.
--
You received this...