Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-14 | (MODULES-2410) Add new functions dos2unix and unix2dos | Nigel Gibbs | |
2015-07-31 | Merge pull request #483 from nibalizer/load_metadata_json | Hunter Haugen | |
Add load_metadata_json function | |||
2015-07-30 | Add load_metadata_json function | Spencer Krum | |
This function loads the metadata.json into a puppet variable. This enables a number of neat things such as: * Which version of the module am I using? 2.x? 3.x? * Which author of the module am I using? puppetlabs? example42? | |||
2015-07-30 | Remove colorful language from module. | Zee Alexander | |
2015-07-30 | (MODULES-2024) Adding replace attribute to file_line | Raymond Maika | |
2015-07-22 | adding support for hash in the size function | gcmalloc | |
2015-07-12 | Clarify that third argument to ensure_resource() is a hash | Garrett Honeycutt | |
2015-07-09 | Merge pull request #475 from DavidS/document-puppet4-compat | TP Honey | |
Document puppet 4 compatability in 4.6 | |||
2015-07-09 | Add validate_slength's optional 3rd arg to README | Alexander Fisher | |
2015-06-18 | Document puppet 4 compatability in 4.6 | David Schmitt | |
2015-06-01 | fqdn_rotate: Improve documentation | Eli Young | |
2015-05-29 | (MODULES-2071) Refactor file_line provider to contain logic to handle ↵ | Raymond Maika | |
parameter multiple in function handle_create_with_after Without this, file_line resource without the `match` parameter but with the `after` param will throw an error if there are multiple matches for the after expression. This patch creates the handling for the `multiple` parameter in handle_create_with_after. This allows you to add a line after the `after` expression if it appears at multiple points in a file. Updated reference to `file_line` in the README to reflect that the multiple parameter can be set when using `after` and/or `match` as the matching regex. | |||
2015-05-14 | DOC-1504: README edits | Jorie Tappa | |
2015-04-09 | Merge pull request #405 from elyscape/feature/fqdn_rand_strings | Hunter Haugen | |
(MODULES-1715) Add FQDN-based random string generator | |||
2015-04-05 | (MODULES-1737) Add pw_hash() function | Eli Young | |
2015-03-31 | (MODULES-1715) Add fqdn_rand string generators | Eli Young | |
2015-03-28 | Make each function a link in the readme | Spencer Krum | |
Using a ####, github will create a link. This makes it so I can link someone directly to the function I want to show them. | |||
2015-03-05 | Merge pull request #422 from cyberious/assert_private | TP Honey | |
Assert private | |||
2015-03-05 | Rename private() to assert_private() | Franz Pletz | |
As mentioned in #270, private is a reserved keyword in the future parser which is to be released with Puppet 4. As it stands, this function is not useable with the future parser so it needs to renamed. This is a breaking change. | |||
2015-03-05 | Merge pull request #375 from ↵ | Hunter Haugen | |
poikilotherm/feature/master/validate_integer_and_numeric (MODULES-560) Add new functions validate_numeric() and validate_integer(). | |||
2015-03-05 | Merge pull request #420 from mhaskel/improveprefix | TP Honey | |
Add support for hashes in the prefix function | |||
2015-03-04 | Adding markdown for the range() function's 3rd argument | robruma | |
Adding markdown for the range() function's 3rd argument Adding markdown for the range() function's 3rd argument | |||
2015-03-03 | Add support for hashes in the prefix function | Stefan Goethals | |
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> | |||
2015-03-03 | Merge pull request #407 from adamcrews/ceiling_function | Morgan Haskel | |
Add a ceiling function to complement the floor function. | |||
2015-03-02 | Loosen the restrictions of upcase and allow for recursion of the objects and ↵ | Travis Fields | |
only worry if the object responds to upcase | |||
2015-02-19 | Remove travis badge | Spencer Krum | |
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 | |
The `type()` function will cease to work on the new parser because 'type' is a reserved keyword. The `type3x()` function may be used to continue similar functionality, but will be deprecated in favor of the built-in typing system. The `type_of()` function has been included to introspect types in the new parser. | |||
2014-12-20 | README fixes for recent merges | Peter Souter | |
* (MODULES-444) Update README for concat changes * (MODULES-1582) Update `validate_cmd` readme * Plus some Whitespace fixes | |||
2014-12-19 | Update docs to reflect new behavior of delete function taking array in ↵ | Travis Fields | |
second argument | |||
2014-12-18 | Merge pull request #388 from mhaskel/merge_4.5.x_into_master | Hunter Haugen | |
Merge 4.5.x into master | |||
2014-12-17 | Merge pull request #372 from ↵ | Morgan Haskel | |
poikilotherm/feature/master/validate_absolute_path_allow_arrays Allow array of pathes in validate_absolute_path | |||
2014-12-17 | Merge pull request #368 from rfugina/basename | Morgan Haskel | |
Basename implementation | |||
2014-12-17 | Added basename() based on Ruby's File.basename | Rob Fugina | |
Based on dirname code. Includes RSpec tests and docs. | |||
2014-12-16 | DOC-1095: edit file_line resource, match parameter | jbondpdx | |
Was unclear and not accurate; rewrote the parameter, moved file_line from function list to resource section, added missing parameters for this resource. | |||
2014-12-16 | Added a note that stdlib no longer ships with PE 3.7+ | jbondpdx | |
Users didn't realize we stopped shipping stdlib module with PE. I added this information to the stdlib readme. | |||
2014-12-15 | Update README for updated member() functionality | Morgan Haskel | |
2014-12-04 | Add new functions validate_numeric() and validate_integer(). | Oliver Bertuch | |
2014-11-25 | Added a note that stdlib no longer ships with PE 3.7+ | jbondpdx | |
Users didn't realize we stopped shipping stdlib module with PE. I added this information to the stdlib readme. | |||
2014-11-25 | Allow array of pathes in validate_absolute_path | Oliver Bertuch | |
2014-10-08 | DOC-248 Revised and updated readme for stdlib module | jbondpdx | |
Reorganized and edited stdlib module readme. | |||
2014-06-11 | Add private() function | Raphaël Pinson | |
2014-04-24 | Merge pull request #222 from mfoo/fix/master/concat-primitives | Ashley Penney | |
Allow concat to take non-array second parameters | |||
2014-03-30 | (MODULES-603) Add defaults arguments to ensure_packages() | Yanis Guenane | |
Without this patch one can not specify package resource specific parameters. All the ensure_packages() function does it makes sure the named packages are installed. This patch allows one to pass default as a second argument and allow greater flexibility on packages installations. Use case like the following are now possible : * ensure_packages(['r10k', 'serverspec'], {'provider' => 'gem'}) * ensure_packages(['ntp'], {'require' => 'Exec[foobar]'}) | |||
2014-03-27 | Update README.markdown | GoT | |
Add code block for validate_slength. | |||
2014-02-21 | Allow concat to take non-array second parameters | Martin Foot | |
Also improve and extend concat tests to lock down functionality | |||
2014-02-19 | hash example has misplaced comas | Juan Treminio | |
2014-02-11 | Merge pull request #217 from teancom/fix/master/file_line | Ashley Penney | |
(DOCUMENT-21) add docs for file_line to README.markdown | |||
2014-02-11 | Fix strftime documentation in README | Peter Souter | |
Markdown was barfing due to typo | |||
2014-02-05 | Remove trailing whitespace | Sharif Nassar | |