Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | Added 'ini_subsetting' custom resource type | Karel Brezina | |
2013-02-05 | Fix test to use correct key_val_parameter | James Sweeny | |
2012-10-20 | Add example for `ensure=absent` | Chris Price | |
2012-09-19 | Allow overriding separator string between key/val pairs | Chris Price | |
This introduces a new parameter, 'key_val_separator', which can be set in order to override the string that is used as a separator between the key/value pair of a setting line. The default is ' = ', but you could set the param to '=' if you don't want to include whitespace in your settings file. | |||
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 |