index
:
puppet_stdlib.git
master
[puppet_stdlib]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
unit
/
puppet
/
provider
Age
Commit message (
Expand
)
Author
2016-10-06
(MODULES-3590) Fix match_for_absence parameter
Hailee Kenney
2016-03-24
Fixed typo 'absense' to 'absence'
Derek McEachern
2015-08-06
allow `match` parameter to influence `ensure => absent` behavior.
Johnson Earls
2015-08-04
(MODULES-2316) Change file_type boolean parameter to symbols
Dominic Cleal
2015-07-30
(MODULES-2024) Adding replace attribute to file_line
Raymond Maika
2015-05-29
(MODULES-2071) Refactor file_line provider to contain logic to handle parame...
Raymond Maika
2015-04-09
Add spec tests and pulled in PR #427
Travis Fields
2014-06-04
Convert specs to RSpec 2.99.0 syntax with Transpec
Ashley Penney
2014-05-15
Revert "Merge pull request #256 from stbenjam/2571-before"
Ashley Penney
2014-05-14
(PUP-2571) add 'before' functionality to file_line
Stephen Benjamin
2014-05-07
Add mode +x to spec .rb files
Hunter Haugen
2014-05-07
Add the missing shebangs and fix the wrong ones for rpmlint to stop complaini...
Andrea Veri
2014-03-08
Numerous changes to update testing gems.
Ashley Penney
2013-08-29
(maint) Improve the tests and readability of file_line
Jeff McCune
2013-08-29
Update file_line resource to support 'after'.
Dan Prince
2013-07-11
(#21416) Allow file_line to match multiple lines
Alex O'Rielly
2012-06-07
Add support for a 'match' parameter to file_line
Chris Price
2012-02-09
implement #11017 - make file_line type ensurable
Peter Meier
2011-08-04
(#8792) Rename whole_line type to file_line
Jeff McCune
2011-07-27
(#8665) Change type from append_line to whole_line
Dan Bode
2011-07-26
(#8628) Add append_line native type
Dan Bode