search for: puppet_backend

Displaying 3 results from an estimated 3 matches for "puppet_backend".

2013 May 08
1
Problem with hiera config
...DEBUG: Wed May 08 11:12:37 +0200 2013: Cannot find datafile /etc/puppet/environments//hieradb/common.yaml, skipping DEBUG: Wed May 08 11:12:37 +0200 2013: Hiera Puppet backend starting DEBUG: Wed May 08 11:12:37 +0200 2013: Looking up role in Puppet backend /usr/lib/ruby/vendor_ruby/hiera/backend/puppet_backend.rb:51:in `lookup'': uninitialized constant Hiera::Backend::Puppet_backend::Puppet (NameError) from /usr/lib/ruby/vendor_ruby/hiera/backend.rb:182:in `lookup'' from /usr/lib/ruby/vendor_ruby/hiera/backend.rb:179:in `each'' from /usr/lib/ruby/vendor_ru...
2011 Dec 06
1
module can't find other modules
....conf.erb | | | | `-- users | | | | `-- manifests | | | | |-- common.pp | | | | |-- dc1.pp | | | | `-- development.pp | | | `-- site.pp | | |-- lib | | | |-- hiera | | | | |-- backend | | | | | `-- puppet_backend.rb | | | | `-- scope.rb | | | `-- puppet | | | `-- parser | | | `-- functions | | | |-- hiera.rb | | | |-- hiera_array.rb | | | |-- hiera_hash.rb | | | `-- hiera_include.rb | | `-- spec...
2012 Mar 16
3
Simple hiera-puppet usage
Hi all, I am trying to understand how does hiera puppet backend work, so I created the following example: hiera.yaml has only: --- :backends: - puppet --- And the node: node ''testnode'' { $variable = ''kk'' $thing = hiera ("variable") notify { "note: $thing": } } I don''t want to use the yaml backend for now, just want to