On Mon, Jun 25, 2012 at 10:30 AM, Florian Koch <florian.koch1...@googlemail.com> wrote: > this is my /var/lib/puppet/lib > > > [root@foreman-proxya01 lib]# tree > . > ├── hiera > │ ├── backend > │ │ └── puppet_backend.rb > │ └── scope.rb > └── puppet > └── parser > └── functions > ├── foreman.rb > ├── hiera_array.rb > ├── hiera_hash.rb > ├── hiera_include.rb > └── hiera.rb
This directory is typically managed by pluginsync, so in most cases do not directly copy files in this directory, but rather make sure you have the right modules on the puppet master. The modules that provide these functions are: http://www.github.com/puppetlabs/hiera-puppet, so make sure you have this module in the puppet master module path, and run puppet agent -t --pluginsync. Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.