Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-29 | Allow values with spaces to be parsed and set | Reid Vandewiele | |
Previously, the following stanza would fail as a result of the ini_setting type not being able to parse spaces in setting values. ini_setting { 'main_config_version': ensure => present, path => '/etc/puppetlabs/puppet/puppet.conf', section => 'main', setting => 'config_version', value => '/etc/puppetlabs/puppet/config_version.sh $environment', } This commit modifes the SETTING_REGEX to account for spaces in setting values. | |||
2012-08-17 | Add support for "global" section at beginning of file | Chris 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-16 | final commit for 0.0.1 release | Chris 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-28 | First (basic) working version of ini_setting provider | Chris Price | |