diff options
-rwxr-xr-x | bin/puppet | 2 | ||||
-rwxr-xr-x | bin/puppetca | 2 | ||||
-rwxr-xr-x | bin/puppetd | 2 | ||||
-rwxr-xr-x | bin/puppetmasterd | 2 | ||||
-rwxr-xr-x | bin/puppetrun | 7 |
5 files changed, 10 insertions, 5 deletions
diff --git a/bin/puppet b/bin/puppet index 7062e4050..bb8160e7a 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/documentation/configref.html for +# http://reductivelabs.com/projects/puppet/reference/configref.html 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/puppetca b/bin/puppetca index 92290c694..30dfcf8ef 100755 --- a/bin/puppetca +++ b/bin/puppetca @@ -26,7 +26,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/documentation/configref.html for +# http://reductivelabs.com/projects/puppet/reference/configref.html for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppetca with # '--genconfig'. diff --git a/bin/puppetd b/bin/puppetd index 7d97af49e..6078485a2 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -57,7 +57,7 @@ # parameter, so you can specify '--server <servername>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/documentation/configref.html for +# http://reductivelabs.com/projects/puppet/reference/configref.html for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppetd with # '--genconfig'. diff --git a/bin/puppetmasterd b/bin/puppetmasterd index f250ec10e..96b2c9c2d 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -22,7 +22,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/documentation/configref.html for +# http://reductivelabs.com/projects/puppet/reference/configref.html for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppetmasterdd with # '--genconfig'. diff --git a/bin/puppetrun b/bin/puppetrun index 44f39f558..da6926569 100755 --- a/bin/puppetrun +++ b/bin/puppetrun @@ -62,7 +62,12 @@ # is also a valid long argument. For example, 'ssldir' is a valid configuration # parameter, so you can specify '--ssldir <directory>' as an argument. # -# See the configuration file for the full list of acceptable parameters. +# See the configuration file documentation at +# http://reductivelabs.com/projects/puppet/reference/configref.html for +# the full list of acceptable parameters. A commented list of all +# configuration options can also be generated by running puppetmasterdd with +# '--genconfig'. +# # # all:: # Connect to all available hosts. Requires LDAP support at this point. |