Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maint: move puppet resource --help | Jesse Wolfe | 2011-02-03 | 1 | -89/+0 |
| | |||||
* | Maint: move puppet kick --help | Jesse Wolfe | 2011-02-03 | 1 | -126/+0 |
| | |||||
* | Maint: move puppet queue --help | Jesse Wolfe | 2011-02-03 | 1 | -53/+0 |
| | |||||
* | Maint: move puppet doc --help | Jesse Wolfe | 2011-02-03 | 1 | -67/+0 |
| | |||||
* | Maint: move puppet cert --help | Jesse Wolfe | 2011-02-03 | 1 | -110/+0 |
| | |||||
* | Maint: move puppet apply --help | Jesse Wolfe | 2011-02-03 | 1 | -69/+0 |
| | |||||
* | Maint: move puppet describe --help | Jesse Wolfe | 2011-02-03 | 1 | -48/+0 |
| | |||||
* | Maint: move puppet filebucket --help | Jesse Wolfe | 2011-02-03 | 1 | -97/+0 |
| | |||||
* | Maint: move puppet master --help | Jesse Wolfe | 2011-02-03 | 1 | -74/+0 |
| | |||||
* | Maint: move puppet agent --help | Jesse Wolfe | 2011-02-03 | 1 | -188/+0 |
| | |||||
* | Merge remote branch 'james/tickets/2.6.x/5916' into 2.6.next | Jesse Wolfe | 2011-02-01 | 1 | -2/+2 |
|\ | |||||
| * | Fixes #5916 - Cleanup of unused doc methods and documentation | James Turnbull | 2011-01-17 | 1 | -2/+2 |
| | | |||||
* | | Merge remote branch 'jamtur01/tickets/2.6.x/5736' into 2.6.next | Jacob Helwig | 2011-02-01 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | * jamtur01/tickets/2.6.x/5736: Modified rubydoc in lib/puppet/util/command_line/puppetca to fix inaccurate description of --clean. | ||||
| * | | Modified rubydoc in lib/puppet/util/command_line/puppetca to fix inaccurate ↵ | nfagerlund | 2011-01-17 | 1 | -2/+2 |
| |/ | | | | | | | description of --clean. | ||||
* | | Merge remote branch 'james/tickets/2.6.x/5742' into 2.6.next | Jesse Wolfe | 2011-02-01 | 1 | -5/+6 |
|\ \ | |||||
| * | | Fixed #5742 - Removed legacy fqdn option from documentation | James Turnbull | 2011-01-17 | 1 | -5/+6 |
| |/ | | | | | | | Patch from: Nick Fagerlund | ||||
* | | Merge commit 'f279f2c24ad1c87940eca3592f4c6e2f5676c694' into 2.6.next | Jacob Helwig | 2011-02-01 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | * commit 'f279f2c24ad1c87940eca3592f4c6e2f5676c694': Fixed #4968 - Updated list of options turned on by --test in documentation | ||||
| * | | Fixed #4968 - Updated list of options turned on by --test in documentation | James Turnbull | 2011-02-01 | 1 | -1/+2 |
| |/ | | | | | | | | | Reviewed-by: Jacob Helwig <jacob@puppetlabs.com> Reviewed-by: Jesse Wolfe <jesse@puppetlabs.com> | ||||
* / | Fixed #3646 - Added documentation for compile and apply to man page | James Turnbull | 2011-01-21 | 1 | -0/+9 |
|/ | |||||
* | Renamed Reductive to Puppet | James Turnbull | 2010-11-29 | 10 | -11/+11 |
| | | | | I swear I've done this before. *confused* | ||||
* | Further RST to Markdown fixes for types, values, tests | James Turnbull | 2010-08-12 | 2 | -18/+18 |
| | |||||
* | Removed eventual documentation line ... eventually came | James Turnbull | 2010-07-30 | 1 | -2/+0 |
| | |||||
* | Fixes errant Trac references in documentation | James Turnbull | 2010-07-15 | 6 | -6/+6 |
| | |||||
* | [#4196] Move the docs into the source directory structure | Jesse Wolfe | 2010-07-09 | 10 | -0/+912 |
Since it is no longer possible to find the running executable from the call stack, docs have to be kept somewhere in the source tree. Of course, at this point, we shouldn't be using RDoc::Usage at all. |