summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Maint: move puppet resource --helpJesse Wolfe2011-02-031-89/+0
| * | | | | Maint: move puppet kick --helpJesse Wolfe2011-02-031-126/+0
| * | | | | Maint: move puppet queue --helpJesse Wolfe2011-02-031-53/+0
| * | | | | Maint: move puppet doc --helpJesse Wolfe2011-02-031-67/+0
| * | | | | Maint: move puppet cert --helpJesse Wolfe2011-02-031-110/+0
| * | | | | Maint: move puppet apply --helpJesse Wolfe2011-02-031-69/+0
| * | | | | Maint: move puppet describe --helpJesse Wolfe2011-02-031-48/+0
| * | | | | Maint: move puppet filebucket --helpJesse Wolfe2011-02-031-97/+0
| * | | | | Maint: move puppet master --helpJesse Wolfe2011-02-031-74/+0
| * | | | | Maint: move puppet agent --helpJesse Wolfe2011-02-031-188/+0
| |/ / / /
| * / / / (#4139) hook log autoflush into global defaultsDaniel Pittman2011-02-032-0/+8
| |/ / /
* | | | Merge branch '2.6.x' into nextMatt Robinson2011-02-027-22/+36
|\| | |
| * | | Merge branch '2.6.next' of git://github.com/puppetlabs/puppet into 2.6.nextMarkus Roberts2011-02-015-20/+12
| |\ \ \
| | * \ \ Merge remote branch 'james/tickets/2.6.x/5916' into 2.6.nextJesse Wolfe2011-02-012-12/+3
| | |\ \ \
| | | * | | Fixes #5916 - Cleanup of unused doc methods and documentationJames Turnbull2011-01-172-12/+3
| | * | | | Merge remote branch 'james/tickets/2.6.x/5914' into 2.6.nextJesse Wolfe2011-02-011-1/+1
| | |\ \ \ \
| | | * | | | Fixed #5914 Removed genconfig = true from genconfig outputJames Turnbull2011-01-201-1/+1
| | | |/ / /
| | * | | | Merge remote branch 'jamtur01/tickets/2.6.x/5736' into 2.6.nextJacob Helwig2011-02-011-2/+2
| | |\ \ \ \
| | | * | | | Modified rubydoc in lib/puppet/util/command_line/puppetca to fix inaccurate d...nfagerlund2011-01-171-2/+2
| | | |/ / /
| | * | | | Merge remote branch 'james/tickets/2.6.x/5742' into 2.6.nextJesse Wolfe2011-02-011-5/+6
| | |\ \ \ \
| | | * | | | Fixed #5742 - Removed legacy fqdn option from documentationJames Turnbull2011-01-171-5/+6
| | | |/ / /
| * | / / / Fix to fix for #5755 -- backref serialization issues in zamlMarkus Roberts2011-02-011-27/+25
| |/ / / /
| * | | | Merge commit 'f279f2c24ad1c87940eca3592f4c6e2f5676c694' into 2.6.nextJacob Helwig2011-02-011-1/+2
| |\ \ \ \
| | * | | | Fixed #4968 - Updated list of options turned on by --test in documentationJames Turnbull2011-02-011-1/+2
| | |/ / /
| * | | | Merge branch 'issues/2.6.next/5566' into 2.6.nextJacob Helwig2011-02-011-1/+13
| |\ \ \ \
| | * | | | (#5566) Treat source only File checksums as syntax errors when used with contentJacob Helwig2011-02-011-1/+13
| * | | | | Merge remote branch 'jamtur01/tickets/2.6.x/3646' into 2.6.nextPaul Berry2011-02-011-0/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed #3646 - Added documentation for compile and apply to man pageJames Turnbull2011-01-211-0/+9
| | |/ / /
| * / / / Bug #5755 -- ZAML generates extra newline in some hash backreferences.Daniel Pittman2011-01-311-4/+3
| |/ / /
* | | | Merge branch '2.6.x' into nextNick Lewis2011-01-065-5/+17
|\| | |
| * | | (#5715) Changed the type of metric names to always be strings.Paul Berry2010-12-301-0/+1
| * | | (#5715) Removed Puppet::Util::Log#version.Paul Berry2010-12-303-5/+5
| * | | Merge branch 'ticket/2.6.4/5566' into 2.6.nextJesse Wolfe2010-12-161-0/+11
| |\ \ \
| | * | | Fix #5566 none, mtime, and ctime checksum types can write file contentsJesse Wolfe2010-12-161-0/+11
| | | |/ | | |/|
* | | | Merge branch '2.6.x' into nextNick Lewis2010-12-161-5/+6
|\| | |
| * | | (#5408) Attributes can be both audited and managedJesse Wolfe2010-12-101-5/+6
| |/ /
* | | Merge branch '2.6.x' into nextMatt Robinson2010-12-0210-11/+11
|\| |
| * | Renamed Reductive to PuppetJames Turnbull2010-11-2910-11/+11
* | | Merge remote branch 'masterzen/feature/master/4339' into nextPaul Berry2010-11-221-5/+3
|\ \ \
| * | | Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yamlBrice Figureau2010-11-131-5/+3
| | |/ | |/|
* | | Maint: Added assertion to make sure Log.close_all succeedsPaul Berry2010-11-181-0/+1
* | | Maint: Switched spec tests to use a class rather than Array as the log destin...Paul Berry2010-11-181-1/+13
* | | Merge commit '2.6.3' into nextPaul Berry2010-11-178-19/+25
|\ \ \ | | |/ | |/|
| * | (#4726) Fix RRD legacy supportMatt Robinson2010-11-161-1/+1
| * | Fix for #4299 -- Don't require whichMarkus Roberts2010-11-122-9/+2
| * | Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-2/+2
| * | Fix #4923 - close process race when truncating existing fileBrice Figureau2010-11-101-1/+4
| * | capture stderr from exec resourcesNigel Kersten2010-11-101-1/+1
| * | Fix #3808 - puppetdoc should use --force-update only if RDoc supports itBrice Figureau2010-11-101-4/+5
| * | Fix #4911 - Do not generate doc for standard RDoc parser generated objectBrice Figureau2010-11-101-0/+6