hello! On Jun 25, 11:34 pm, "llow...@oreillyauto.com" <llow...@oreillyauto.com> wrote: > On Monday, June 25, 2012 10:21:20 AM UTC-5, Florian Koch wrote: > > > Hi, > > Have you the hiera Files in the puppet libdir e.g /var/lib/puppet/lib ? > > No, I do not, actually. > > Which files need to go there? The stuff in > /var/lib/gems/1.8/gems/hiera-0.3.0/lib/ ?
Did you execute the following command in the puppet modulepath directory ? curl -L https://github.com/puppetlabs/hiera-puppet/tarball/master -o \ 'hiera-puppet.tar.gz' && mkdir hiera-puppet && tar -xzf hiera- puppet.tar.gz \ -C hiera-puppet --strip-components 1 && rm hiera-puppet.tar.gz The master branch of hiera-puppet repo seems different from hiera- puppet gem. # gem list|grep hiera-puppet hiera-puppet (0.3.0) Try to use hiera-puppet gem: 1. Change to the modulepath directory. 2. Backup hiera-puppet master branch version. 3. Copy hiera-puppet gem version: cp -a /usr/lib/ruby/gems/1.8/gems/hiera-puppet-0.3.0/ hiera-puppet -- 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.