[Puppet Users] puppet agent -t throwing error

2017-02-17 Thread Abhay Kumar
Hi everyone, I am trying to run "puppet agent -t" on an agent and it is throwing following error *root@puppet-client:/etc/puppet/manifests# sudo puppet agent -t* *Info: Retrieving pluginfacts* *Info: Retrieving plugin* *Error: Could not retrieve catalog from remote server: Error 400 on SERVER

Re: [Puppet Users] Hiera Questions: Virtual User Resources and Hiera

2013-02-14 Thread Abhay
This issue is still unresolved as of 3.1.0 # hiera -h resources -c /etc/puppet/hiera.yaml {"webapplication2"=>{"Consumer"=>"undef"}, "webapplication"=>{"Consumer"=>{"2a"=>nil, "1a"=>{"offset"=>"3"}, "3a"=>"undef"}, "indexer"=>nil}} hieranil.pp $fullhash = hiera_hash(resources) crea

Re: [Puppet Users] RHEL 6 and ActiveRecord issues

2012-09-07 Thread Abhay
Could you post those notes? -removing all gems and installing active-record 3.0.11 did not fix the problem On Saturday, May 5, 2012 10:32:10 PM UTC+5:30, iceberg wrote: > > What I found was that you need to gem uninstall ALL of the active* gems, > then reinstall and specify 3.0.xx version. Jus