diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-07-15 01:33:54 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-07-15 01:43:01 +1000 |
commit | 1cda7c53e340bd95513c973e356cbc90372efe38 (patch) | |
tree | a0577f4641cae04f0d16ffb687a70d4f4514d6aa /lib/puppet/util/command_line | |
parent | f60b6a0e54bf99e20bfa876b8341a5cc0da74584 (diff) | |
download | puppet-1cda7c53e340bd95513c973e356cbc90372efe38.tar.gz puppet-1cda7c53e340bd95513c973e356cbc90372efe38.tar.xz puppet-1cda7c53e340bd95513c973e356cbc90372efe38.zip |
Fixes errant Trac references in documentation
Diffstat (limited to 'lib/puppet/util/command_line')
-rwxr-xr-x | lib/puppet/util/command_line/filebucket | 2 | ||||
-rwxr-xr-x | lib/puppet/util/command_line/puppet | 2 | ||||
-rwxr-xr-x | lib/puppet/util/command_line/puppetd | 2 | ||||
-rwxr-xr-x | lib/puppet/util/command_line/puppetmasterd | 2 | ||||
-rwxr-xr-x | lib/puppet/util/command_line/puppetqd | 2 | ||||
-rwxr-xr-x | lib/puppet/util/command_line/ralsh | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/puppet/util/command_line/filebucket b/lib/puppet/util/command_line/filebucket index ba9d8cdd9..8302d7b12 100755 --- a/lib/puppet/util/command_line/filebucket +++ b/lib/puppet/util/command_line/filebucket @@ -53,7 +53,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for +# http://docs.puppetlabs.com/references/stable/configuration.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/lib/puppet/util/command_line/puppet b/lib/puppet/util/command_line/puppet index f65ef9007..7b6c0ae7f 100755 --- a/lib/puppet/util/command_line/puppet +++ b/lib/puppet/util/command_line/puppet @@ -22,7 +22,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for +# http://docs.puppetlabs.com/references/stable/configuration.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/lib/puppet/util/command_line/puppetd b/lib/puppet/util/command_line/puppetd index 3af2fdabf..571b15486 100755 --- a/lib/puppet/util/command_line/puppetd +++ b/lib/puppet/util/command_line/puppetd @@ -69,7 +69,7 @@ # parameter, so you can specify '--server <servername>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for +# http://docs.puppetlabs.com/references/stable/configuration.html for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppet agent with # '--genconfig'. diff --git a/lib/puppet/util/command_line/puppetmasterd b/lib/puppet/util/command_line/puppetmasterd index c58612c0f..74efb3818 100755 --- a/lib/puppet/util/command_line/puppetmasterd +++ b/lib/puppet/util/command_line/puppetmasterd @@ -21,7 +21,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for +# http://docs.puppetlabs.com/references/stable/configuration.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/lib/puppet/util/command_line/puppetqd b/lib/puppet/util/command_line/puppetqd index 439db5cb0..48fc952bd 100755 --- a/lib/puppet/util/command_line/puppetqd +++ b/lib/puppet/util/command_line/puppetqd @@ -20,7 +20,7 @@ # parameter, so you can specify '--server <servername>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for +# http://docs.puppetlabs.com/references/stable/configuration.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/lib/puppet/util/command_line/ralsh b/lib/puppet/util/command_line/ralsh index b866eded6..68ad92d84 100755 --- a/lib/puppet/util/command_line/ralsh +++ b/lib/puppet/util/command_line/ralsh @@ -34,7 +34,7 @@ # parameter, so you can specify '--ssldir <directory>' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for +# http://docs.puppetlabs.com/references/stable/configuration.html for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppet with # '--genconfig'. |