diff options
author | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-01 16:34:32 -0800 |
---|---|---|
committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-01 16:34:32 -0800 |
commit | 54f8698fba2cc7643f7e5b196584a484615d8d28 (patch) | |
tree | 6386948f01bf16e543a2d79daaf8635657619560 /lib/puppet/util/command_line | |
parent | c4da5fcb0ef75f2baaffad5c84b3cfe6889dc58c (diff) | |
parent | 9b74968a42d9a6e53bc61f7e8e17822316d557e8 (diff) | |
download | puppet-54f8698fba2cc7643f7e5b196584a484615d8d28.tar.gz puppet-54f8698fba2cc7643f7e5b196584a484615d8d28.tar.xz puppet-54f8698fba2cc7643f7e5b196584a484615d8d28.zip |
Merge remote branch 'jamtur01/tickets/2.6.x/5736' into 2.6.next
* jamtur01/tickets/2.6.x/5736:
Modified rubydoc in lib/puppet/util/command_line/puppetca to fix inaccurate description of --clean.
Diffstat (limited to 'lib/puppet/util/command_line')
-rwxr-xr-x | lib/puppet/util/command_line/puppetca | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/util/command_line/puppetca b/lib/puppet/util/command_line/puppetca index 9aa7e907c..317d99881 100755 --- a/lib/puppet/util/command_line/puppetca +++ b/lib/puppet/util/command_line/puppetca @@ -27,7 +27,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/reference/configref.html for +# http://docs.puppetlabs.com/references/stable/configuration.html for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppet cert with # '--genconfig'. @@ -45,7 +45,7 @@ # Remove all files related to a host from puppet cert's storage. This is # useful when rebuilding hosts, since new certificate signing requests # will only be honored if puppet cert does not have a copy of a signed -# certificate for that host. The certificate of the host remains valid. +# certificate for that host. The certificate of the host is also revoked. # If '--all' is specified then all host certificates, both signed and # unsigned, will be removed. # |