diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-27 20:13:54 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-27 20:13:54 +0000 |
| commit | e29ef5c5bdb05337bec4e18af665399b886720f0 (patch) | |
| tree | 6dd04c49c168cf7bcc7a05bdd602c400b3538250 /documentation/reference/configref.page | |
| parent | af4f7d7bebfc3b6346c86e90b99f37c98d6bca73 (diff) | |
| download | puppet-e29ef5c5bdb05337bec4e18af665399b886720f0.tar.gz puppet-e29ef5c5bdb05337bec4e18af665399b886720f0.tar.xz puppet-e29ef5c5bdb05337bec4e18af665399b886720f0.zip | |
Updating reference docs
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2099 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation/reference/configref.page')
| -rw-r--r-- | documentation/reference/configref.page | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/documentation/reference/configref.page b/documentation/reference/configref.page index c554f0bd3..d3081fe0c 100644 --- a/documentation/reference/configref.page +++ b/documentation/reference/configref.page @@ -184,6 +184,10 @@ The configuration file for puppetdoc. ``/etc/puppet/puppetdoc.conf`` Print the value of a specific configuration parameter. If a parameter is provided for this, then the value is printed and puppet exits. Comma-separate multiple values. For a list of all values, specify 'all'. This feature is only available in Puppet versions higher than 0.18.4. +#### <a name="configtimeout">configtimeout</a> (<em>puppetd</em>) + +How long the client should wait for the configuration to be retrieved before considering it a failure. This can help reduce flapping if too many clients contact the server at one time. ``30`` + #### <a name="csrdir">csrdir</a> (<em>ca</em>) Where the CA stores certificate requests ``/etc/puppet/ssl/ca/requests`` @@ -216,6 +220,10 @@ The database server for Client caching. Only used when networked databases are u The database user for Client caching. Only used when networked databases are used. ``puppet`` +#### <a name="downcasefacts">downcasefacts</a> (<em>puppetd</em>) + +Whether facts should be made all lowercase when sent to the server. + #### <a name="evaltrace">evaltrace</a> (<em>transaction</em>) Whether each resource should log when it is being evaluated. This allows you to interactively see exactly what is being done. @@ -356,10 +364,6 @@ Where each client stores the CA certificate. ``/etc/puppet/ssl/certs/ca.pem`` Where puppetd caches the local configuration. An extension indicating the cache format is added automatically. ``/etc/puppet/localconfig`` -#### <a name="lockdir">lockdir</a> (<em>puppet</em>) - -Where lock files are kept. ``/var/puppet/locks`` - #### <a name="logdir">logdir</a> (<em>puppet</em>) The Puppet log directory. ``/var/puppet/log`` @@ -494,7 +498,7 @@ How often RRD should expect data. This should match how often the hosts report b #### <a name="rundir">rundir</a> (<em>puppet</em>) -Where Puppet PID files are kept. ``/var/puppet/run`` +Where Puppet PID files are kept. ``/var/run/puppet`` #### <a name="runinterval">runinterval</a> (<em>puppetd</em>) @@ -569,4 +573,4 @@ Where Puppet stores dynamic and growing data. ``/var/puppet`` ---------------- -*This page autogenerated on Fri Jan 05 16:38:58 CST 2007* +*This page autogenerated on Fri Jan 26 16:40:43 CST 2007* |
