index
:
puppet_stdlib.git
master
[puppet_stdlib]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
parser
/
functions
/
delete.rb
Age
Commit message (
Expand
)
Author
2017-03-01
(MODULES-4473) join strings for i18n parser
Eric Putnam
2016-05-13
Add a delete_regex function
Joseph Yaworski
2016-05-04
Use reject instead of delete_if
Joseph Yaworski
2016-04-25
Revert "Add support for regular expressions to delete"
Hunter Haugen
2016-04-12
Add support for regular expressions to delete
Joseph Yaworski
2014-12-19
Update docs to reflect new behavior of delete function taking array in second...
Travis Fields
2014-12-19
MODULES-1606 add ability to pass array to delete for items to delete
Travis Fields
2013-09-16
bug # 20681 delete() function should not remove elements from original list
Leonardo Rodrigues de Mello
2012-11-19
Extend delete function for strings and hashes
Joshua Harlan Lifton
2011-07-29
(#3) Provide documentation for remaining functions.
Ken Barber
2011-06-29
Add some more functional tests.
Ken Barber
2011-06-29
Added tests for each function, fixing functions as we hit bugs.
Ken Barber
2011-04-30
Moved more functions into lib/puppet/parser/functions/
Ken Barber