index
:
puppet-inifile
master
Puppet module for inifile
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
Age
Commit message (
Expand
)
Author
2013-04-01
Merge pull request #32 from bodepd/fix_test_failures
Chris Price
2013-04-01
fix unit test failures
Dan Bode
2013-03-25
Merge pull request #29 from kbrezina/subsetting
Chris Price
2013-03-25
Added 'ini_subsetting' custom resource type
Karel Brezina
2013-03-12
Merge pull request #30 from bodepd/fix_nil_indentation
Chris Price
2013-03-11
guard against nil indentation values
Dan Bode
2013-03-04
Add purging support to ini file
Dan Bode
2012-10-26
Add detection for commented versions of settings
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
Minor tweaks to handling of removing settings
Chris Price
2012-10-10
Add support for removing lines
Dan Bode
2012-10-02
Make value a property
Dan Bode
2012-09-29
Allow values with spaces to be parsed and set
Reid Vandewiele
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
Added tests for sections with colons
Joe Topjian
2012-09-04
Fixed spec_helper.rb so original tests can pass.
Joe Topjian
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-14
Fixed regex to match sections and settings with non alphanumeric
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