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/reference/indirection.rb | |
| 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/reference/indirection.rb')
| -rw-r--r-- | lib/puppet/reference/indirection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reference/indirection.rb b/lib/puppet/reference/indirection.rb index 074398120..13c014ed4 100644 --- a/lib/puppet/reference/indirection.rb +++ b/lib/puppet/reference/indirection.rb @@ -26,7 +26,7 @@ end reference.header = "This is the list of all indirections, their associated terminus classes, and how you select between them. -In general, the appropriate terminus class is selected by the application for you (e.g., ``puppetd`` would always use the ``rest`` +In general, the appropriate terminus class is selected by the application for you (e.g., ``puppet agent`` would always use the ``rest`` terminus for most of its indirected classes), but some classes are tunable via normal settings. These will have ``terminus setting`` documentation listed with them. |
