puppetlabs-stdlib/lib/puppet
Johnson Earls 9bacf14ca2 allow match parameter to influence ensure => absent behavior.
Split the `destroy` method of the file_type::ruby provider into two
private methods:  `handle_destroy_line` which is the same as the previous
`destroy` method, and `handle_destroy_with_match` which will destroy any
line which matches the `match` parameter, raising an error if multiple
lines match and the `multiple` parameter is not `true`.  This new
behavior is only used if the new boolean parameter `match_for_absence`
is `true` (it defaults to `false`).
2015-08-06 13:44:32 -07:00
..
functions (MODULES-1473) Deprecate type() function for new parser 2015-01-07 16:40:06 -08:00
parser/functions Merge pull request #483 from nibalizer/load_metadata_json 2015-07-31 14:12:56 -07:00
provider/file_line allow match parameter to influence ensure => absent behavior. 2015-08-06 13:44:32 -07:00
type allow match parameter to influence ensure => absent behavior. 2015-08-06 13:44:32 -07:00