summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/util/ini_file_spec.rb
AgeCommit message (Collapse)Author
2012-08-17Add support for "global" section at beginning of fileChris Price
This commit does the following: * Fixes a bug in ExternalIterator * Adds support for a "global" section before the first named section at the beginning of the INI file * Improves test coverage
2012-08-16final commit for 0.0.1 releaseChris Price
* Updated README * Fixed a small bug that would be triggered if the file specified by `path` didn't exist. * Added a smoke test manifest
2012-07-28First (basic) working version of ini_setting providerChris Price