diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-05-12 18:22:27 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | 5665e3984f73c70b90f65dd8bf4445b5adda5121 (patch) | |
| tree | 551c3bd04ff10b3c3670d362e7bcb3998963541c /lib/puppet/network | |
| parent | fc2904955ca6e77bda8719671df200e0811c38cd (diff) | |
| download | puppet-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/network')
| -rw-r--r-- | lib/puppet/network/authconfig.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/authconfig.rb b/lib/puppet/network/authconfig.rb index 0922393a2..bf037fbcc 100644 --- a/lib/puppet/network/authconfig.rb +++ b/lib/puppet/network/authconfig.rb @@ -37,7 +37,7 @@ module Puppet end # Does the file exist? Puppetmasterd does not require it, but - # puppetd does. + # puppet agent does. def exists? FileTest.exists?(@file) end |
