Displaying 1 result from an estimated 1 matches for "puppet_nod".
Did you mean:
puppet_log
2012 Jul 27
0
puppet 3 and hiera
....x puppet master, and also my hiera.yaml and hieradata/*.
When I run puppet agent --test I get the following:
Error: Puppet::Parser::AST::Resource failed with error NoMethodError:
undefined method `empty_answer'' 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 exp...