index
:
puppet-stdlib
master
Puppet module for stdlib
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
Age
Commit message (
Expand
)
Author
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
2015-04-09
file_line honors after if match not found.
Bryan Jen
2014-09-16
MODULES-1248 Fix issue with not properly counting regex matches with legacy v...
Travis Fields
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
2013-02-18
changed .count to .size to support legacy ruby
Martin Hellmich
2012-08-14
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