summaryrefslogtreecommitdiffstats
path: root/lib/puppet/inifile.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ↵luke2007-02-071-212/+0
| | | | | | up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2178 980ebf18-57e1-0310-9a29-db15c13687c0
* Handle continuation lines in inifiles properly; stick a little closer to how ↵lutter2007-01-041-9/+17
| | | | | | python's ConfigParser parses git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2032 980ebf18-57e1-0310-9a29-db15c13687c0
* Explicitly require puppet/filetype; otherwise, tests for this module faillutter2007-01-041-0/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2031 980ebf18-57e1-0310-9a29-db15c13687c0
* Fix silly regexp mistake where lines with values containing '=' were parsed ↵lutter2006-11-101-1/+1
| | | | | | improperly. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1854 980ebf18-57e1-0310-9a29-db15c13687c0
* Revamp the yumrepo type to deal with repositories defined anywhere in yum'slutter2006-04-071-0/+201
config files. Adds a generic module Puppet::IniConfig for parsing ini-style files git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1096 980ebf18-57e1-0310-9a29-db15c13687c0