summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference/network.rb
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/reference/network.rb
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/reference/network.rb')
-rw-r--r--lib/puppet/reference/network.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/reference/network.rb b/lib/puppet/reference/network.rb
index 1b635fdf2..14b26dd70 100644
--- a/lib/puppet/reference/network.rb
+++ b/lib/puppet/reference/network.rb
@@ -27,8 +27,8 @@ on the server, and the client knows how to call the handler's methods
appropriately.
Most handlers are meant to be started on the server, usually within
-``puppetmasterd``, and the clients are mostly started on the client,
-usually within ``puppetd``.
+``puppet master``, and the clients are mostly started on the client,
+usually within ``puppet agent``.
You can find the server-side handler for each interface at
``puppet/network/handler/<name>.rb`` and the client class at