summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-09-29(maint) Clarify docs and add new testsAlex Harvey
Based on a Stack Overflow question, it was noted that the documentation for `file_line` isn't complete and the underlying behaviour somewhat confusing. https://stackoverflow.com/questions/46468922/how-to-change-the-contents-of-a-file-by-using-puppet/46473458 In this patch I add additional unit tests and better examples and complete documentation.
2017-09-25fix quoting style in validate_legacy example (#816)mutante
I used the example code from this README file but i got downvotes from CI / jenkins / puppet-lint because it doesn't conform to Puppet style guides to use double quotes here. It produces "double quoted string containing no variables" warnings. I wanted to fix the example locally but it was pointed out to me we should fix it upstream stdlib instead.
2017-09-05(maint) re-send push action to transifexEric Putnam
I rebased release on to master, so changes in master to the readme were not interpretted as changes on release in the payload sent to transifex. This commit should mark the README as modified in Transifex and hopefully they will be able to see the changes, e.g. to_json, to_yaml docs.
2017-08-25Added to_json function with tests and READMEWhatsARanjit
2017-08-02MODULES-5382 Add documentation for email functionstphoney
2017-07-31Merge pull request #753 from frapex/masterTP Honey
Add validate_domain_name function
2017-07-28Merge pull request #798 from eputnam/round_funcTP Honey
(maint) move/rewrite round() as ruby function
2017-07-27(maint) move/rewrite round() as ruby functionEric Putnam
2017-07-26Merge pull request #796 from bastelfreak/macEric Putnam
add type for MAC address
2017-07-27add documentationTim Meusel
2017-07-26Merge pull request #717 from ripclawffb/filelineoptionEric Putnam
Add new file_line option append_on_no_match
2017-07-21Update README for fact() functionReid Vandewiele
2017-07-18Add a round function to complement ceiling and floorNick Walker
2017-07-18Add new file_line option append_on_no_matchasif.shaikh
2017-07-08Add validate_domain_name functionFrank de Jong
2017-07-06(MODULES-5186) - removing whitespace from EOLtphoney
2017-05-24(FM-6197) formatting fixes for file_line resourcejbondpdx
2017-05-09(maint) rename main readme (#772)Eric Putnam
Transifex, our translation service, only works with .md files, so this renames from .markdown to .md