From bcd81bc6c8ffdba7f5244d871e242daa6f5e5497 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 22 Jan 2007 15:29:26 +0000 Subject: updating docs with new location for reference info git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2074 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppet | 2 +- bin/puppetca | 2 +- bin/puppetd | 2 +- bin/puppetmasterd | 2 +- 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 ' 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 ' 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 ' 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 ' 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 ' 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. -- cgit