summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/fileparsing.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-294/+294
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-4/+4
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-33/+11
* Code smell: Use string interpolationMarkus Roberts2010-07-091-9/+9
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Somewhat better documentation of the :absent field feature in fileparsing.Marcin Owsiany2007-10-061-1/+3
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-061-1/+1
* Fixing the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-141-2/+6
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-121-2/+7
* Adding line/file info to parsing errors in ParsedFileluke2007-07-101-1/+9
* Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov...luke2007-04-231-3/+9
* cleaning up an error message a bitluke2007-03-191-1/+1
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Removing bogus log message in file parsingluke2007-03-181-1/+0
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-28/+39
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-141-79/+136
* Ported sshkey over, yay.luke2006-11-131-0/+1
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-131-5/+36
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-131-3/+34
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-121-3/+46
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-111-2/+3
* Adding module for parsing files. This module is only included into the parse...luke2006-11-101-0/+200