index
:
puppet-inifile
master
Puppet module for inifile
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-10-26
Add detection for commented versions of settings
Chris Price
2012-10-22
Merge pull request #19 from cprice-puppet/feature/master/use-existing-indenta...
Chris Price
2012-10-20
Refactor to clarify implementation of `save`
Chris Price
2012-10-20
Add example for `ensure=absent`
Chris Price
2012-10-20
Better handling of whitespace lines at ends of sections
Chris Price
2012-10-20
Respect indentation / spacing for existing sections and settings
Chris Price
2012-10-17
Merge pull request #18 from cprice-puppet/feature/master/tweaks-to-setting-re...
Chris Price
2012-10-17
Minor tweaks to handling of removing settings
Chris Price
2012-10-10
Add support for removing lines
Dan Bode
2012-10-03
Merge pull request #16 from bodepd/master
Chris Price
2012-10-02
Make value a property
Dan Bode
2012-10-02
Make ruby provider a better parent.
Dan Bode
2012-10-01
Merge pull request #15 from reidmv/bug/master/spaces
Chris Price
2012-09-29
Allow values with spaces to be parsed and set
Reid Vandewiele
2012-09-24
Updated CHANGELOG and Modulefile; final commit for 0.0.3 release
Chris Price
2012-09-20
Merge pull request #9 from cprice-puppet/feature/master/allow-override-of-sep...
Chris Price
2012-09-20
Add validation for key_val_separator
Chris Price
2012-09-19
Allow overriding separator string between key/val pairs
Chris Price
2012-09-04
Merge pull request #5 from jtopjian/jtopjian-colon
Chris Price
2012-09-04
Added tests for sections with colons
Joe Topjian
2012-09-04
Fixed spec_helper.rb so original tests can pass.
Joe Topjian
2012-08-24
Added support for colons in section names
Joe Topjian
2012-08-20
Add CHANGELOG and update README; final commit for 0.0.2 release
Chris Price
2012-08-17
Add support for "global" section at beginning of file
Chris Price
2012-08-16
final commit for 0.0.1 release
Chris Price
2012-08-16
Add Modulefile
Chris Price
2012-08-14
Merge pull request #4 from stephenrjohnson/miscfixes
Chris Price
2012-08-14
make the regex less matchy
Stephen
2012-08-14
Fixed regex to match sections and settings with non alphanumeric
Stephen
2012-08-13
Merge pull request #1 from stephenrjohnson/master
Chris Price
2012-08-13
fix path for require statement
Stephen
2012-07-28
First (basic) working version of ini_setting provider
Chris Price
2012-06-14
Started writing some tests, work has been punted
Chris Price
2012-06-14
Initial commit
Chris Price