On Wed, Nov 14, 2012 at 5:05 PM, Ignoramus <
chawar...@gmail.com> wrote:
> Hey, my configuration works and everything but i get my production catalog
> in the log files as this
>
>
> GET
> /production/catalog/
machine.domain.com?facts=eNqdV9 ...
If you upgrade to the more recent versions of Puppet, the facts are
sent using the POST method instead of the GET method. This means they
are not part of the long query string in the URI and your logs should
be a lot cleaner and smaller.
Hope this helps,
-Jeff