Puppet Request Generator

This form will generate a syntactically correct getconfig request that can be sent to a puppetmaster. The request is useful for benchmarking applications that are not ruby-based.

For the facts field below, enter the complete output of a facter run. The output should include values for any custom facts distributed by the puppetmaster. Using facter 1.5.2, this can be generated with the command:

FACTERLIB=/var/lib/puppet/lib/puppet facter -p

The value of FACTERLIB above should match the value of factpath defined in puppet.conf. It can be omitted if your site does not use custom facts.

The fully qualified domain name of the puppetmaster. Example: puppet.forwardcamegrendel.org
yaml   marshal

The data format that the puppetmaster should use to encode the requested catalog. yaml is the default, as marshal is only recently supported

Facter output, including custom facts. Can be generated from FACTERLIB=/var/lib/puppet/lib/puppet facter -p