diff options
| author | Ian Taylor <ian@lorf.org> | 2009-06-05 12:39:04 -0400 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2009-06-06 09:12:00 +1000 |
| commit | 4f2c066a97e59a89df64af4b25beac6f3f0553c2 (patch) | |
| tree | 126540beec3c65448e01e1b48d27275ec4ee6ea4 /man | |
| parent | 97e6975d69f239e24993315a25a3117b1daa48c3 (diff) | |
| download | puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.gz puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.xz puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.zip | |
Removed extra whitespace from end of lines
Diffstat (limited to 'man')
| -rw-r--r-- | man/man8/filebucket.8 | 4 | ||||
| -rw-r--r-- | man/man8/pi.8 | 4 | ||||
| -rw-r--r-- | man/man8/puppet.8 | 4 | ||||
| -rw-r--r-- | man/man8/puppet.conf.8 | 126 | ||||
| -rw-r--r-- | man/man8/puppetca.8 | 4 | ||||
| -rw-r--r-- | man/man8/puppetd.8 | 4 | ||||
| -rw-r--r-- | man/man8/puppetdoc.8 | 4 | ||||
| -rw-r--r-- | man/man8/puppetmasterd.8 | 4 | ||||
| -rw-r--r-- | man/man8/puppetrun.8 | 4 | ||||
| -rw-r--r-- | man/man8/ralsh.8 | 6 |
10 files changed, 82 insertions, 82 deletions
diff --git a/man/man8/filebucket.8 b/man/man8/filebucket.8 index 0ef4c3842..afdae7d10 100644 --- a/man/man8/filebucket.8 +++ b/man/man8/filebucket.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -113,4 +113,4 @@ License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/pi.8 b/man/man8/pi.8 index ba685797a..433791616 100644 --- a/man/man8/pi.8 +++ b/man/man8/pi.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -31,4 +31,4 @@ Include metaparams .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppet.8 b/man/man8/puppet.8 index 8fc24aab2..bd0641ac0 100644 --- a/man/man8/puppet.8 +++ b/man/man8/puppet.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -74,4 +74,4 @@ License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppet.conf.8 b/man/man8/puppet.conf.8 index 1bc1eb65a..21c94f802 100644 --- a/man/man8/puppet.conf.8 +++ b/man/man8/puppet.conf.8 @@ -1,37 +1,37 @@ .TH Configuration Reference "" "" "" .SH NAME -Configuration Reference \- +Configuration Reference \- .\" Man page generated from reStructeredText. -This page is autogenerated; any changes will get overwritten +This page is autogenerated; any changes will get overwritten .I (last generated on Mon May 05 09:33:01 +1000 2008) .\" topic: Contents -.\" +.\" .\" Specifying Configuration Parameters -.\" +.\" .\" Signals -.\" +.\" .\" Configuration Parameter Reference .SH Specifying Configuration Parameters .SS On The Command\-Line -Every Puppet executable (with the exception of +Every Puppet executable (with the exception of .\" visit_literal puppetdoc .\" depart_literal ) 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., +will map to an executable (e.g., .\" visit_literal puppetd .\" depart_literal ), in which case it probably only -makes sense for that one executable. If +makes sense for that one executable. If .\" visit_literal main .\" depart_literal @@ -43,7 +43,7 @@ arguments, so it should be obvious whether an argument is appropriate or not. These parameters can be supplied to the executables either as command\-line options or in the configuration file. For instance, the command\-line -invocation below would set the configuration directory to +invocation below would set the configuration directory to .\" visit_literal /private/puppet .\" depart_literal @@ -69,17 +69,17 @@ the client configuration. .SS Configuration Files As mentioned above, the configuration parameters can also be stored in a configuration file, located in the configuration directory. As root, the -default configuration directory is +default configuration directory is .\" visit_literal /etc/puppet .\" depart_literal , and as a regular user, the -default configuration directory is +default configuration directory is .\" visit_literal ~user/.puppet .\" depart_literal . As of 0.23.0, all -executables look for +executables look for .\" visit_literal puppet.conf .\" depart_literal @@ -89,7 +89,7 @@ puppet.conf .\" visit_literal puppet.conf .\" depart_literal - is located at + is located at .\" visit_literal /etc/puppet/puppet.conf .\" depart_literal @@ -100,27 +100,27 @@ puppet.conf .\" depart_literal as a regular user by default. -All executables will set any parameters set within the +All executables will set any parameters set within the .\" visit_literal main .\" depart_literal section, while each executable will also look for a section named for the executable -and load those parameters. For example, +and load those parameters. For example, .\" visit_literal puppetd .\" depart_literal will look for a -section named +section named .\" visit_literal puppetd .\" depart_literal -, and +, and .\" visit_literal puppetmasterd .\" depart_literal looks for a section -named +named .\" visit_literal puppetmasterd .\" depart_literal @@ -142,7 +142,7 @@ puppet.conf confdir = /private/puppet storeconfigs = true .fi -Note that boolean parameters must be explicitly specified as +Note that boolean parameters must be explicitly specified as .I true or @@ -159,7 +159,7 @@ so within curly braces on the same line: .fi If you\'re starting out with a fresh configuration, you may wish to let the executable generate a template configuration file for you by invoking -the executable in question with the +the executable in question with the .I \-\-genconfig command. The executable will print a template configuration to standard output, which can be @@ -178,9 +178,9 @@ 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 +Like the .I \-\-genconfig - argument, the executables also accept a + argument, the executables also accept a .I \-\-genmanifest argument, which will generate a manifest that can be used to manage all of @@ -191,14 +191,14 @@ likewise be redirected to a file: .nf $ puppetd \-\-genmanifest > /etc/puppet/manifests/site.pp .fi -Puppet can also create user and group accounts for itself (one +Puppet can also create user and group accounts for itself (one .I puppet group -and one +and one .I puppet - user) if it is invoked as + user) if it is invoked as .I root - with the + with the .I \-\-mkusers argument: @@ -208,11 +208,11 @@ $ puppetd \-\-mkusers .fi .SH Signals -The +The .\" visit_literal puppetd .\" depart_literal - and + and .\" visit_literal puppetmasterd .\" depart_literal @@ -226,32 +226,32 @@ tself. Predictably, interrupt and terminate ( .\" visit_literal SIGINT .\" depart_literal - and + and .\" visit_literal SIGHUP .\" depart_literal ) will shut -down the server, whether it be an instance of +down the server, whether it be an instance of .\" visit_literal puppetd .\" depart_literal - or + or .\" visit_literal puppetmasterd .\" depart_literal . -Sending the +Sending the .\" visit_literal SIGUSR1 .\" depart_literal - signal to an instance of + signal to an instance of .\" visit_literal puppetd .\" depart_literal will cause it to immediately begin a new configuration transaction with the server. This -signal has no effect on +signal has no effect on .\" visit_literal puppetmasterd .\" depart_literal @@ -264,11 +264,11 @@ Puppet executables, but the executables will ignore any inappropriate values. .SS authconfig -The configuration file that defines the rights to the different namespaces and methods. This can be used as a coarse\-grained authorization system for both +The configuration file that defines the rights to the different namespaces and methods. This can be used as a coarse\-grained authorization system for both .\" visit_literal puppetd .\" depart_literal - and + and .\" visit_literal puppetmasterd .\" depart_literal @@ -464,11 +464,11 @@ Default: absinthe.lovedthanlost.net .SS classfile -The file in which puppetd stores a list of the classes associated with the retrieved configuration. Can be loaded in the separate +The file in which puppetd stores a list of the classes associated with the retrieved configuration. Can be loaded in the separate .\" visit_literal puppet .\" depart_literal - executable using the + executable using the .\" visit_literal \-\-loadclasses .\" depart_literal @@ -490,7 +490,7 @@ Default: $vardir/clientbucket .SS code -Code to parse directly. This is essentially only used by +Code to parse directly. This is essentially only used by .\" visit_literal puppet .\" depart_literal @@ -498,19 +498,19 @@ puppet .SS color -Whether to use colors when logging to the console. Valid values are +Whether to use colors when logging to the console. Valid values are .\" visit_literal ansi .\" depart_literal - (equivalent to + (equivalent to .\" visit_literal true .\" depart_literal -), +), .\" visit_literal html .\" depart_literal - (mostly used during testing with TextMate), and + (mostly used during testing with TextMate), and .\" visit_literal false .\" depart_literal @@ -523,11 +523,11 @@ Default: ansi .SS confdir -The main Puppet configuration directory. The default for this parameter is calculated based on the user. If the process is runnig as root or the user that +The main Puppet configuration directory. The default for this parameter is calculated based on the user. If the process is runnig as root or the user that .\" visit_literal puppetmasterd .\" depart_literal - is supposed to run as, it defaults to a system directory, but if it\'s running as any other user, it defaults to being in + is supposed to run as, it defaults to a system directory, but if it\'s running as any other user, it defaults to being in .\" visit_literal ~ .\" depart_literal @@ -678,11 +678,11 @@ Default: memorysize,memoryfree,swapsize,swapfree .SS environment -The environment Puppet is running in. For clients (e.g., +The environment Puppet is running in. For clients (e.g., .\" visit_literal puppetd .\" depart_literal -) this determines the environment itself, which is used to find modules and much more. For servers (i.e., +) this determines the environment itself, which is used to find modules and much more. For servers (i.e., .\" visit_literal puppetmasterd .\" depart_literal @@ -713,19 +713,19 @@ Default: false .SS external_nodes -An external command that can produce node information. The output must be a YAML dump of a hash, and that hash must have one or both of +An external command that can produce node information. The output must be a YAML dump of a hash, and that hash must have one or both of .\" visit_literal classes .\" depart_literal - and + and .\" visit_literal parameters .\" depart_literal -, where +, where .\" visit_literal classes .\" depart_literal - is an array and + is an array and .\" visit_literal parameters .\" depart_literal @@ -765,7 +765,7 @@ Default: .svn CVS .SS factsource -From where to retrieve facts. The standard Puppet +From where to retrieve facts. The standard Puppet .\" visit_literal file .\" depart_literal @@ -1002,7 +1002,7 @@ The password to use to connect to LDAP. .SS ldapport -The LDAP port. Only used if +The LDAP port. Only used if .\" visit_literal ldapnodes .\" depart_literal @@ -1015,7 +1015,7 @@ Default: 389 .SS ldapserver -The LDAP server. Only used if +The LDAP server. Only used if .\" visit_literal ldapnodes .\" depart_literal @@ -1077,11 +1077,11 @@ Default: $vardir/lib .SS listen -Whether puppetd should listen for connections. If this is true, then by default only the +Whether puppetd should listen for connections. If this is true, then by default only the .\" visit_literal runner .\" depart_literal - server is started, which allows remote authorized and authenticated nodes to connect and trigger + server is started, which allows remote authorized and authenticated nodes to connect and trigger .\" visit_literal puppetd .\" depart_literal @@ -1193,7 +1193,7 @@ Default: $confdir/modules:/usr/share/puppet/modules .SS name -The name of the service, if we are running as one. The default is essentially $0 without the path or +The name of the service, if we are running as one. The default is essentially $0 without the path or .\" visit_literal .rb .\" depart_literal @@ -1300,7 +1300,7 @@ Default: .svn CVS .SS pluginsource -From where to retrieve plugins. The standard Puppet +From where to retrieve plugins. The standard Puppet .\" visit_literal file .\" depart_literal @@ -1376,11 +1376,11 @@ Default: 8139 .SS rails_loglevel -The log level for Rails connections. The value must be a valid log level within Rails. Production environments normally use +The log level for Rails connections. The value must be a valid log level within Rails. Production environments normally use .\" visit_literal info .\" depart_literal - and other environments normally use + and other environments normally use .\" visit_literal debug .\" depart_literal @@ -1532,7 +1532,7 @@ Default: webrick .SS show_diff -Whether to print a contextual diff when files are being replaced. The diff is printed on stdout, so this option is meaningless unless you are running Puppet interactively. This feature currently requires the +Whether to print a contextual diff when files are being replaced. The diff is printed on stdout, so this option is meaningless unless you are running Puppet interactively. This feature currently requires the .\" visit_literal diff/lcs .\" depart_literal @@ -1581,7 +1581,7 @@ Default: $runinterval .SS ssl_client_header -The header containing an authenticated client\'s SSL DN. Only used with Mongrel. This header must be set by the proxy to the authenticated client\'s SSL DN (e.g., +The header containing an authenticated client\'s SSL DN. Only used with Mongrel. This header must be set by the proxy to the authenticated client\'s SSL DN (e.g., .\" visit_literal /CN=puppet.reductivelabs.com .\" depart_literal @@ -1744,4 +1744,4 @@ Default: $vardir/yaml .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppetca.8 b/man/man8/puppetca.8 index f9f89a95f..581f3252d 100644 --- a/man/man8/puppetca.8 +++ b/man/man8/puppetca.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -115,4 +115,4 @@ License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppetd.8 b/man/man8/puppetd.8 index 9cadcd4e3..c448e89f6 100644 --- a/man/man8/puppetd.8 +++ b/man/man8/puppetd.8 @@ -1,6 +1,6 @@ .TH Synopsis "" "" "" .SH NAME -Synopsis \- +Synopsis \- .\" Man page generated from reStructeredText. Retrieve the client configuration from the central puppet server and @@ -181,4 +181,4 @@ Public License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppetdoc.8 b/man/man8/puppetdoc.8 index 8303b7ae0..db6d1d78e 100644 --- a/man/man8/puppetdoc.8 +++ b/man/man8/puppetdoc.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -59,4 +59,4 @@ Public License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppetmasterd.8 b/man/man8/puppetmasterd.8 index c14da72d3..be43a8b4a 100644 --- a/man/man8/puppetmasterd.8 +++ b/man/man8/puppetmasterd.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -84,4 +84,4 @@ License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/puppetrun.8 b/man/man8/puppetrun.8 index 6b4048170..72df1db78 100644 --- a/man/man8/puppetrun.8 +++ b/man/man8/puppetrun.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. @@ -148,4 +148,4 @@ License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" diff --git a/man/man8/ralsh.8 b/man/man8/ralsh.8 index 89c99c982..2b0938c52 100644 --- a/man/man8/ralsh.8 +++ b/man/man8/ralsh.8 @@ -1,6 +1,6 @@ .TH "" "" "" .SH NAME - \- + \- .\" Man page generated from reStructeredText. vim: softtabstop=4 shiftwidth=4 expandtab @@ -97,7 +97,7 @@ verbose: Print extra information. .SH EXAMPLE -This example uses +This example uses .\" visit_literal ralsh .\" depart_literal @@ -132,4 +132,4 @@ Public License .\" Generated by docutils manpage writer on 2008-05-05 09:33. -.\" +.\" |
