summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application
Commit message (Expand)AuthorAgeFilesLines
* (#7127) Stop puppet if a prerun command failsJosh Cooper2011-06-101-1/+7
* Merge branch 'ticket/2.6.x/2128' into 2.6.xNick Lewis2011-06-061-4/+9
|\
| * (#2128) Add support for setting node name based on a factNick Lewis2011-06-061-0/+5
| * (#2128) Add the ability to specify a node nameNick Lewis2011-06-061-4/+4
* | Merge branch 'ticket/2.6.x/6885-puppet-agent-fingerprint-requires---verbose-t...Ben Hughes2011-06-031-1/+1
|\ \ | |/ |/|
| * (#6885) puppet agent fingerprint requires --verbose to return a value.Ben Hughes2011-06-031-1/+1
* | (#6442) Be able to start agents --listen without namespaceauth.confMatt Robinson2011-04-271-2/+2
* | Fix #4339 - Locally save the last report to $lastrunreportBrice Figureau2011-04-052-0/+5
* | Fixed #6256 - Creation of rrd directory.James Turnbull2011-03-261-1/+1
|/
* (#6322) --noop should not suppress error codesJesse Wolfe2011-02-252-2/+2
* (#5552) Display help when no subcommand is given.Daniel Pittman2011-02-221-1/+7
* (#5552) Clean up subcommand handling inside puppet cert.Daniel Pittman2011-02-221-11/+21
* Merge branch '2.6.x' into 2.6.nextJacob Helwig2011-02-211-57/+59
|\
| * (#6126) Puppet inspect now reports status after run completes.Daniel Pittman2011-02-181-57/+59
* | (#6346) Move the trap calls onto Signal so they're easier to stubMatt Robinson2011-02-167-9/+9
|/
* (#6018) Nick F's --help text for puppet inspect.Jesse Wolfe2011-02-031-0/+53
* Merge remote branch 'james/tickets/2.6.x/5916' into 2.6.nextJesse Wolfe2011-02-011-4/+1
|\
| * Fixes #5916 - Cleanup of unused doc methods and documentationJames Turnbull2011-01-171-4/+1
* | (#5882) Added error-handling for bucketing files in puppet inspectNick Lewis2011-01-131-1/+5
* | (#5882) Added error-handling to puppet inspect when auditingNick Lewis2011-01-131-12/+27
* | (#5171) Made "puppet inspect" upload audited files to a file bucketPaul Berry2011-01-131-0/+11
* | Prep for #5171: Added a missing require to inspect application.Paul Berry2011-01-131-0/+1
* | maint: Inspect reports should have audited = true on eventsMatt Robinson2011-01-061-1/+7
|/
* Merge branch 'ticket/2.6.next/5698' into 2.6.nextJesse Wolfe2011-01-031-2/+6
|\
| * Fix #5698 puppet inspect shouldn't report of attributes of deleted filesJesse Wolfe2011-01-031-2/+6
* | (#5715) Refactor in preparation for adding a status attribute to reports.Paul Berry2010-12-301-1/+1
* | (#5715) Added total time to inspect reports and made inspect metrics more con...Paul Berry2010-12-301-5/+5
|/
* (#5493) Add report_format, puppet_version, and configuration_version to ReportsNick Lewis2010-12-161-0/+2
* (#5375) Rework puppet apply to use configurer.runPaul Berry2010-12-161-18/+2
* (#4943) Add puppet inspect applicationNick Lewis2010-12-021-0/+80
* Fix for #4637 --use of namevar missed in refactorMarkus Roberts2010-09-091-1/+1
* Fixed queue require for #4555James Turnbull2010-09-031-1/+1
* Fix for #4501 -- reports not generated in standaloneMarkus Roberts2010-08-241-5/+10
* [#4555] puppet queue tries to call code it hasn't requiredJesse Wolfe2010-08-211-0/+1
* [#4298] Puppet apply prints an error if the file to apply doesn't existMatt Robinson2010-08-211-1/+4
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-27/+1
* Removed legacy Trac codeJames Turnbull2010-08-111-10/+2
* [#4467] Make Puppet Master respect facts_terminus settingsRein Henrichs2010-08-041-3/+0
* [#4344] Temporary fix to stop agent from importing modulesNick Lewis2010-08-031-0/+4
* [#4213] -o option for setting onetime now works properlyNick Lewis2010-07-131-12/+9
* Code smell: Two space indentationMarkus Roberts2010-07-0910-1320/+1320
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-092-2/+2
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-7/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0910-100/+34
* Code smell: Use string interpolationMarkus Roberts2010-07-0910-43/+43
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-092-5/+5
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-095-14/+14
* [#4149] Don't create two Resource::TypeCollectionsJesse Wolfe2010-07-062-2/+2