diff options
author | Eric Sorenson <eric@leterel.apple.com> | 2009-07-30 17:46:07 -0700 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-08-01 11:10:55 +1000 |
commit | d40ef291191e627a91d6ec73b438853e2d3a73e8 (patch) | |
tree | f8fc19c3061206d4ff8b84433ca6c50d33d16202 /bin | |
parent | 6d22afb241b290dcfc6a95079a2297afedb8ce96 (diff) | |
download | puppet-d40ef291191e627a91d6ec73b438853e2d3a73e8.tar.gz |
Signed-off-by: Eric Sorenson <ahpook@gmail.com>
Apologies if this violates the no-trivial-patches rule. I am getting
used to git and this seemed like a harmless place to start.
Documentation fix for help text, configuration reference URL is 404 now.
Updated to equivalent page on wiki, fixes #2466
Signed-off-by: Eric Sorenson <ahpook@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/filebucket | 2 | ||||
-rwxr-xr-x | bin/puppet | 2 | ||||
-rwxr-xr-x | bin/ralsh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/filebucket b/bin/filebucket index 201fd1c1c..1c5daa4e3 100755 --- a/bin/filebucket +++ b/bin/filebucket @@ -53,7 +53,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/reference/configref.html for +# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppet with # '--genconfig'. diff --git a/bin/puppet b/bin/puppet index dfcb8b31a..931e3a993 100755 --- a/bin/puppet +++ b/bin/puppet @@ -23,7 +23,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/reference/configref.html for +# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppet with # '--genconfig'. @@ -33,7 +33,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/reference/configref.html for +# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppet with # '--genconfig'. |