summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-05-12 18:22:27 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit5665e3984f73c70b90f65dd8bf4445b5adda5121 (patch)
tree551c3bd04ff10b3c3670d362e7bcb3998963541c /lib/puppet/ssl
parentfc2904955ca6e77bda8719671df200e0811c38cd (diff)
downloadpuppet-5665e3984f73c70b90f65dd8bf4445b5adda5121.tar.gz
puppet-5665e3984f73c70b90f65dd8bf4445b5adda5121.tar.xz
puppet-5665e3984f73c70b90f65dd8bf4445b5adda5121.zip
Feature #2276 Single Executable: Update docstrings
Update documentation strings everywhere to use single-executable notation rather than the old executable names. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet/ssl')
-rw-r--r--lib/puppet/ssl/host.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb
index 0a3c02958..8b455671d 100644
--- a/lib/puppet/ssl/host.rb
+++ b/lib/puppet/ssl/host.rb
@@ -61,7 +61,7 @@ class Puppet::SSL::Host
CertificateRequest.cache_class = cache
CertificateRevocationList.cache_class = cache
else
- # Make sure we have no cache configured. puppetmasterd
+ # Make sure we have no cache configured. puppet master
# switches the configurations around a bit, so it's important
# that we specify the configs for absolutely everything, every
# time.