diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-22 15:29:26 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-22 15:29:26 +0000 |
commit | bcd81bc6c8ffdba7f5244d871e242daa6f5e5497 (patch) | |
tree | 84e0d1b6654d8e86d9df25394c97d031d0230a21 /bin | |
parent | f06941885d9e552720f20027202e0bbebacd2949 (diff) | |
download | puppet-bcd81bc6c8ffdba7f5244d871e242daa6f5e5497.tar.gz |
updating docs with new location for reference info
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2074 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-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. |