diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-04 05:48:39 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-04 05:48:39 +0000 |
| commit | e864eabba37e0c1f81a5afcf099c0cd3ec54467c (patch) | |
| tree | e8690ed810a173e2b952b3c2e813006d587129b1 | |
| parent | e1438a553e275f70ba52f97180767a9fd11c1683 (diff) | |
| download | puppet-e864eabba37e0c1f81a5afcf099c0cd3ec54467c.tar.gz puppet-e864eabba37e0c1f81a5afcf099c0cd3ec54467c.tar.xz puppet-e864eabba37e0c1f81a5afcf099c0cd3ec54467c.zip | |
Applying patch to puppetrun docs from JosB
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2461 980ebf18-57e1-0310-9a29-db15c13687c0
| -rwxr-xr-x | bin/puppetrun | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/puppetrun b/bin/puppetrun index 1418043d0..7151e0ed4 100755 --- a/bin/puppetrun +++ b/bin/puppetrun @@ -100,10 +100,13 @@ # for each client to which to connect. The default is 1, meaning serial execution. # # tag:: -# Specify a tag for selecting the objects to apply. +# Specify a tag for selecting the objects to apply. Does not work with the +# --test option. +# # # test:: -# Print the hosts you would connect to but do not actually connect. +# Print the hosts you would connect to but do not actually connect. This +# option requires LDAP support at this point. # # = Example # |
