diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-10-21 10:44:20 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-10-21 10:44:20 +1100 |
commit | 356d8cab14ce9600b39b8fdf48beea7c7fbcf345 (patch) | |
tree | 275de4e13e512bd287b4be1176b9f756a9c7360a /lib/puppet/reference | |
parent | b53509b4538cf581d2d306b43c11f729ba9a2568 (diff) | |
download | puppet-356d8cab14ce9600b39b8fdf48beea7c7fbcf345.tar.gz puppet-356d8cab14ce9600b39b8fdf48beea7c7fbcf345.tar.xz puppet-356d8cab14ce9600b39b8fdf48beea7c7fbcf345.zip |
Fixed #1662 - Configuration Reference still references 'section'
Diffstat (limited to 'lib/puppet/reference')
-rw-r--r-- | lib/puppet/reference/configuration.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb index 2c424e098..8e82c8adf 100644 --- a/lib/puppet/reference/configuration.rb +++ b/lib/puppet/reference/configuration.rb @@ -49,10 +49,6 @@ On The Command-Line +++++++++++++++++++ Every Puppet executable (with the exception of ``puppetdoc``) accepts all of the parameters below, but not all of the arguments make sense for every executable. -Each parameter has a section listed with it in parentheses; often, that section -will map to an executable (e.g., ``puppetd``), in which case it probably only -makes sense for that one executable. If ``main`` is listed as the section, -it is most likely an option that is valid for everyone. I have tried to be as thorough as possible in the descriptions of the arguments, so it should be obvious whether an argument is appropriate or not. @@ -121,9 +117,6 @@ Note that this invocation will replace the contents of any pre-existing `puppet.conf` file, so make a backup of your present config if it contains valuable information. -All parameters will be under a single section heading matching the name of -the process used to generate the configuraiton ('puppetd', in this case). - Like the `--genconfig` argument, the executables also accept a `--genmanifest` 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 |