summaryrefslogtreecommitdiff
path: root/lib/puppet/util/ini_file
AgeCommit message (Collapse)Author
2012-10-17Minor tweaks to handling of removing settingsChris Price
This commit makes some minor changes to how we handle removing settings. In particular, it updates all of the line numbers of the various 'section' objects to correspond to the new state of the world based on the removal of a line that appeared before them. Also adds one more test related to setting removal.
2012-10-10Add support for removing linesDan Bode
This commit adds the ability to ensure that lines are absent.
2012-07-28First (basic) working version of ini_setting providerChris Price