search for: facts_format

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

2011 Sep 13
0
load balance multiple puppetmaster, backend workers not authenticating
...uthenticate even though I am passing the headers to it. curl -v -H "Accept: pson, yaml" \ > -H "X-Client-DN:: /CN=puppetclient.example" \ > -H "X-Client-Verify: SUCCESS" \ > ''http://puppetmaster.example:18140/production/catalog/puppetclient.example?facts_format=b64_zlib_yaml&facts=...'' * About to connect() to puppetmaster.example port 18140 * Trying puppetmaster.example... connected * Connected to puppetmaster.example (192.168.1.100) port 18140 > GET /production/catalog/puppetclient.example?facts_format=b64_zlib_yaml&facts=... HTTP/1...
2013 Oct 30
1
err: Could not retrieve catalog; skipping run
...uppet server. I run on a puppet agent: puppet agent —test And I got the error: "warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run" In the puppet server access_log I have: "GET /production/catalog/puppet.agent.domain?facts=eNqVV2… &facts_format=b64_zlib_yaml HTTP/1.1" *404* 343 "-" "-" And in the error_log I have: File does not exist: /usr/share/puppet/rack/puppetmasterd/public/production /usr/share/puppet/rack/puppetmasterd/public is empty. I just create it as part of the installation. What I''m missi...
2011 Feb 09
2
Puppet broken - Could not retrieve catalog from remote server
...: compile error (erb):416: syntax error, unexpected kEND, expecting $end ; end ; _erbout ^ warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run I can see in the apache2 logs : [09/Feb/2011:16:06:45 +0100] "GET /production/catalog/ host.mydomaine.com?facts_format=b64_zlib_yaml&facts=[..] HTTP/1.1" 400 95 "-" "-" All the clients with the issue are running Debian Lenny. I try to run puppetd -vt with a centOS server without any issues.. I really don''t know how to troubleshoot this issue any help appreciated ! I'...