index
:
puppet-stdlib
master
Puppet module for stdlib
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
functions
Age
Commit message (
Expand
)
Author
2015-03-31
(MODULES-1715) Add fqdn_rand string generators
Eli Young
2015-03-05
If present, top-level domain must be alphabetic
Rod Montgomery
2015-03-05
Merge pull request #422 from cyberious/assert_private
TP Honey
2015-03-05
Add private function back and forward to assert_private with deprecation warning
Travis Fields
2015-03-05
Merge pull request #369 from rfugina/dirname_typecheck
Hunter Haugen
2015-03-05
Rename private() to assert_private()
Franz Pletz
2015-03-05
Merge pull request #375 from poikilotherm/feature/master/validate_integer_and...
Hunter Haugen
2015-03-03
Add support for hashes in the prefix function
Stefan Goethals
2015-03-03
URI.escape for the array case was incorrect.
Bryon Roché
2015-03-03
Merge pull request #407 from adamcrews/ceiling_function
Morgan Haskel
2015-03-02
Loosen the restrictions of upcase and allow for recursion of the objects and ...
Travis Fields
2015-02-25
Add Hash to upcase
Travis Fields
2015-02-14
(MODULES-1771) Don't modify input to is_domain_name()
Sean Millichamp
2015-02-12
(MODULES-1738) Don't modify global seed in fqdn_rotate()
Eli Young
2015-02-01
Add a ceiling function to complement the floor function.
Adam Crews
2015-01-07
(MODULES-1473) Deprecate type() function for new parser
Hunter Haugen
2014-12-19
MODULES-1606 add ability to pass array to delete for items to delete
Travis Fields
2014-12-18
(MODULES-1582) Specs for the new % placeholder
Peter Souter
2014-12-17
Merge pull request #372 from poikilotherm/feature/master/validate_absolute_pa...
Morgan Haskel
2014-12-17
Added type checks for dirname(), and additional tests
Rob Fugina
2014-12-04
Add new functions validate_numeric() and validate_integer().
Oliver Bertuch
2014-12-04
(MODULES-444) - Check for accepting > 2 args
Peter Souter
2014-12-04
(MODULES-444) Change test to > 2 arguments
Peter Souter
2014-12-04
(MODULES-444) Add specs for new behaviour
Peter Souter
2014-11-25
Allow array of pathes in validate_absolute_path
Oliver Bertuch
2014-11-13
Merge pull request #319 from Spredzy/member_array_in_array
Hunter Haugen
2014-11-12
(MODULES-1329) Allow member function to look for array
Yanis Guenane
2014-11-12
Add range tests for numeric with step and mixed arguments
Erik Dalén
2014-11-12
Make the range function work with integers
Erik Dalén
2014-11-07
Merge pull request #343 from zacharyalexstern/fix_to_bytes
Travis Fields
2014-10-28
Added correct converstions for PB and EB.
Zachary Alex Stern
2014-09-22
(MODULES-707) chomp() fails because generate() no longer returns a string
Mark Chappell
2014-07-31
Introduce test for array destruction
Spencer Krum
2014-06-11
Add private() function
Raphaël Pinson
2014-06-04
Convert specs to RSpec 2.99.0 syntax with Transpec
Ashley Penney
2014-05-08
Move unit tests to spec/functions
Hunter Haugen
2014-05-07
Move the 4 misplaced tests
Hunter Haugen
2014-05-07
Add the missing shebangs and fix the wrong ones for rpmlint to stop complaini...
Andrea Veri
2014-03-30
(MODULES-603) Add defaults arguments to ensure_packages()
Yanis Guenane
2014-03-08
Numerous changes to update testing gems.
Ashley Penney
2014-01-15
(maint) Update ensure_package specs to confirm expected behavior
Adrien Thebo
2014-01-15
Allow a single argument, rather than an array
Tomas Doran
2013-08-29
(maint) Fix failing spec test with Puppet 3.3.0-rc2
Jeff McCune
2013-05-06
Refactor ensure_resource expectations
Alex Cline
2013-05-03
(#20548) Allow an array of resource titles to be passed into the ensure_resou...
Alex Cline
2013-01-09
Add getparam function to get defined resource parameters
Jaka Hudoklin
2012-11-27
Add example behaviors for ensure_packages() function
Jeff McCune
2012-10-25
re-formatting
Dan Bode
2012-10-25
Handle undef for parameter argument
Dan Bode
2012-10-25
Add function ensure_resource and defined_with_params
Dan Bode