summaryrefslogtreecommitdiffstats
path: root/lib/puppet/external
Commit message (Expand)AuthorAgeFilesLines
* (#6820) Fix nagios parser to use proper hash syntax for Ruby 1.9Matt Robinson2011-03-231-1/+1
* (#6338) Remove unused version control tagsMatt Robinson2011-02-282-4/+0
* (#5261) Fix #5261 Don't escape Unicode characters in PSONJesse Wolfe2010-12-021-22/+1
* Fix for #4832 -- Making PSON handle arbitrary binary dataMarkus Roberts2010-10-131-12/+5
* Fix for #4649 -- avoid unsupported features on non-posix systemsMarkus Roberts2010-09-281-11/+15
* Code smell: Two space indentationMarkus Roberts2010-07-0914-3128/+3128
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-092-11/+11
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-095-60/+20
* Code smell: Use string interpolationMarkus Roberts2010-07-093-9/+9
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-093-8/+8
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0911-1649/+1650
* Code smell: Miscellaneous oddity removalMarkus Roberts2010-07-091-1/+1
* Fix for #2995 (don't fail to load PSON when UTF-8 missing)Markus Roberts2009-12-301-1/+1
* Ticket #2770 (deserializing Exec[...]s with "\n"s)Markus Roberts2009-11-121-2/+2
* Fix #2757 & CSR 92 (symlinks in recursively managed dirs)Markus Roberts2009-11-051-1/+1
* Bundling of pure ruby json lib as "pson"Markus Roberts2009-10-175-0/+1150
* Fixed #2634 - Added servicegroup_name parameter to serviceescalation typeJames Turnbull2009-09-151-3/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-065-20/+20
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-064-990/+990
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-063-117/+117
* Revert "Refixing #1420 - _naginator_name is only used for services"Luke Kanies2009-02-131-10/+15
* Fixing #1543 - Nagios parse errors no longer kill PuppetLuke Kanies2009-02-112-64/+43
* Refixing #1420 - _naginator_name is only used for servicesLuke Kanies2009-02-111-15/+10
* Add a unique name to objects so we can determine uniqueness when read back inJohn Ferlito2008-12-091-1/+2
* Add a unique name to objects so we can determine uniqueness when read back inJohn Ferlito2008-12-091-71/+113
* Changed some non-standard Ruby locations to env ruby shebangsJames Turnbull2008-04-041-1/+1
* Add a bunch of directives, allows a full parse of stanford's huge nagios configBlake Barnett2008-03-281-46/+60
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-0720-2537/+0
* Adding the first round of Nagios code. There are noLuke Kanies2007-12-275-0/+1484
* Removing the Id tags from all of the filesLuke Kanies2007-10-032-2/+0
* Applying patches from Valentin Vidic to fix open file discriptor and open por...luke2007-06-051-0/+4
* Moving code from external sources into an external/ directoryluke2007-01-3026-0/+3890