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
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
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