diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-25 19:06:06 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-25 19:06:06 +0000 |
| commit | ab225aad435c8780fd5ba3bd91ac226b4bc05baf (patch) | |
| tree | 04c59d511269f5f6057769854fcb914247854e85 | |
| parent | b4970a9b989a79a96deaa391a5d5b359e2818491 (diff) | |
| download | puppet-ab225aad435c8780fd5ba3bd91ac226b4bc05baf.tar.gz puppet-ab225aad435c8780fd5ba3bd91ac226b4bc05baf.tar.xz puppet-ab225aad435c8780fd5ba3bd91ac226b4bc05baf.zip | |
regenning configref with the fixed spacing
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1689 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | documentation/documentation/configref.page | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/documentation/documentation/configref.page b/documentation/documentation/configref.page index b3c36f33c..007965d9e 100644 --- a/documentation/documentation/configref.page +++ b/documentation/documentation/configref.page @@ -21,14 +21,14 @@ arugments or in the configuration file for the appropriate executable. For instance, the command-line invocation below would set the configuration directory to /private/puppet - $ puppetd --confdir=/private/puppet + $ puppetd --confdir=/private/puppet Note that boolean options are turned on and off with a slightly different syntax on the command line: - $ puppetd --storeconfigs - - $ puppetd --no-storeconfigs + $ puppetd --storeconfigs + + $ puppetd --no-storeconfigs The invocations above will enable and disable, respectively, the storage of the client configuration. @@ -42,9 +42,9 @@ The file, which follows INI-style formatting, should contain a bracketed heading named for the executable, followed by pairs of parameters with their values. Here is an example of a very simple `puppetd.conf` file: - [puppetd] - confdir = /private/puppet - storeconfigs = true + [puppetd] + confdir = /private/puppet + storeconfigs = true Note that boolean parameters must be explicitly specified as `true` or `false` as seen above. @@ -55,7 +55,7 @@ the executable in question with the `--genconfig` command. The executable will print a template configuration to standard output, which can be redirected to a file like so: - $ puppetd --genconfig > /etc/puppet/puppetd.conf + $ puppetd --genconfig > /etc/puppet/puppetd.conf Note that this invocation will "clobber" (throw away) the contents of any pre-existing `puppetd.conf` file, so make a backup of your present config @@ -66,15 +66,13 @@ argument, which will generate a manifest that can be used to manage all of Puppet's directories and files and prints it to standard output. This can likewise be redirected to a file: - $ puppetd --genmanifest > /etc/puppet/manifests/site.pp + $ puppetd --genmanifest > /etc/puppet/manifests/site.pp Puppet can also create user and group accounts for itself (one `puppet` group and one `puppet` user) if it is invoked as `root` with the `--mkusers` argument: - $ puppetd --mkusers + $ puppetd --mkusers - - Any default values are in ``block type`` at the end of the description. #### <a name="authconfig">authconfig</a> (<em>puppet</em>) @@ -223,15 +221,15 @@ The group puppetmasterd should run as. ``puppet`` #### <a name="hostcert">hostcert</a> (<em>certificates</em>) -Where individual hosts store and look for their certificates. ``/etc/puppet/ssl/certs/roxanne..pem`` +Where individual hosts store and look for their certificates. ``/etc/puppet/ssl/certs/culain.madstop.com.pem`` #### <a name="hostprivkey">hostprivkey</a> (<em>certificates</em>) -Where individual hosts store and look for their private key. ``/etc/puppet/ssl/private_keys/roxanne..pem`` +Where individual hosts store and look for their private key. ``/etc/puppet/ssl/private_keys/culain.madstop.com.pem`` #### <a name="hostpubkey">hostpubkey</a> (<em>certificates</em>) -Where individual hosts store and look for their public key. ``/etc/puppet/ssl/public_keys/roxanne..pem`` +Where individual hosts store and look for their public key. ``/etc/puppet/ssl/public_keys/culain.madstop.com.pem`` #### <a name="httplog">httplog</a> (<em>puppetd</em>) @@ -506,4 +504,4 @@ Where Puppet stores dynamic and growing data. ``/var/puppet`` ---------------- -*This page autogenerated on Mon Sep 25 14:59:45 EDT 2006* +*This page autogenerated on Mon Sep 25 14:05:16 CDT 2006* |
