Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | Deprecation of ip functions | Helen Campbell | |
2016-08-11 | (WIP) Addition of validate legacy function | Helen Campbell | |
2016-08-10 | (MAINT) move test fixture to proper location | Helen Campbell | |
2016-08-08 | (modules-3532) deprecate string type checks | tphoney | |
2016-08-08 | (modules-3533) deprecation for 3.x number function | tphoney | |
2016-07-01 | (MODULES-3435) Fix gitignore and fixtures directory | David Schmitt | |
This change more accurately reflects what is being ignored and what's required as fixtures. | |||
2015-08-28 | (MODULES-2478) Support root_home fact on AIX through "lsuser" command | Jon Fautley | |
Squashed, and amended test for comment lines. | |||
2015-06-01 | Add the missing symlinks to get puppet 4 pickup the functions from the ↵ | David Schmitt | |
environmentpath | |||
2014-01-22 | (PUP-1459) Add support for root_home on OS X 10.9 | William Van Hevelingen | |
getent does not exist on 10.9 so this commit uses dscacheutil to query the homedir for the root user. | |||
2011-10-10 | (#10007) Revert "Merge pull request #13 from ↵ | Jeff McCune | |
kbarber/issue/master/8925-user_ssl_certs" This reverts commit 14852e0259e1e43371dbcb2675e00c6d6e614f05, reversing changes made to a95dccd464b55945feb8bcf7483f777c25164115. This is to fix the broken build (failing tests) as per #8925 and #10007 | |||
2011-08-17 | (#8925) Added new function called 'get_certificate' for retrieving | Ken Barber | |
certificates from a CA (or locally). This function works by either obtaining the file locally or remotely based on Puppets configuration. Also added get_pubkey which wraps get_certificate and extracts the public key. |