summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application
Commit message (Expand)AuthorAgeFilesLines
* [#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
* [#3961] Part two: --destroy should also be localJesse Wolfe2010-07-061-1/+1
* [#3172] Fix the arguments to Application::Kick.new, which I had brokenJesse Wolfe2010-07-021-1/+1
* [#4090] Fix the run_mode for certs and put tests on the applications to asser...Matt Robinson2010-07-021-2/+2
* [#4059] Minor errors preventing ralsh from runningJesse Wolfe2010-07-011-2/+1
* [#3172] puppet kick can take hostnames as bare argumentsJesse Wolfe2010-07-011-4/+8
* Fix for #4091 -- require loop in executablesMarkus Roberts2010-07-012-2/+0
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-014-4/+4
* [#3961] puppet cert --generate implies ca_location = :localJesse Wolfe2010-06-301-1/+5
* [#3961] Rename cert's @mode to @cert_mode to reduce confusionJesse Wolfe2010-06-301-5/+5
* Breaking require-loopMarkus Roberts2010-06-271-1/+0
* Fix: puppet apply trying to use XMLRPC constantJesse Wolfe2010-06-251-5/+1
* [#2646] Fixes the change to onetime made in b96cd6cNick Lewis2010-06-241-1/+3
* Fix #3932 - Add --charset to puppetdoc for RDoc modeBrice Figureau2010-02-171-1/+2
* Fixes #2646. Move onetime option from the agent to global defaults so we can ...Nigel Kersten2010-02-171-6/+4
* [#3921] Fix typo "fact_terminus" -> "facts_terminus"Rein Henrichs2010-02-171-1/+1
* Working #3139 - Catalogs default to host_configLuke Kanies2010-02-171-2/+0
* [#3921] Add facts_terminus setting to Puppet settingsRein Henrichs2010-02-171-1/+3
* Feature #2935 Modes: root? predicateJesse Wolfe2010-02-171-1/+1
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-2/+0
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: use new names for settings sectionsJesse Wolfe2010-02-172-2/+2
* Feature #2935: Applications should declare modesJesse Wolfe2010-02-174-0/+4
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-178-39/+27
* Fixing #3671 - --compile Catalogs are pretty-printedLuke Kanies2010-02-171-1/+1
* Fixes #3663 - It should be possible to list signed hosts onlyJames Turnbull2010-02-171-1/+7
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-176-10/+10
* Refactor #3706 Reify eigenclasses of ApplicationsJesse Wolfe2010-02-1710-75/+74
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-176-16/+22
* feature #2276 Single Executable: "puppet describe"Jesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: "puppet kick"Jesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: "puppet cert"Jesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: "puppet master"Jesse Wolfe2010-02-171-2/+2
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-1/+1
* Adding :catalog_terminus settingLuke Kanies2010-02-171-1/+4
* fixing obsolete comment in puppetdLuke Kanies2010-02-171-3/+3
* Renaming and fixing puppetrun tests.Luke Kanies2010-04-091-1/+4
* REST FileBucket: REST barfs on relative pathsJesse Wolfe2010-02-171-1/+0
* REST: hide Request objectJesse Wolfe2010-02-172-4/+2
* Feature #3394 REST runner, executionJesse Wolfe2010-02-171-11/+13