- May 26, 2020
-
-
Andreas Hamacher authored
find . -type f -name "*.yml" -print0 | xargs -0 sed -i 's/\s*$//g'
-
- Dec 18, 2019
-
-
Chris Hines authored
Former-commit-id: 04ba192e
-
- Jan 05, 2015
-
-
Jupiter Hu authored
-
- Oct 10, 2014
-
-
Chris Hines authored
added roles opensslCA and opensslServer. opensslCA will configure a CA. opensslServer will cause an node to which this is applied to generate an SSL certificate. The certificate is fairly generic (can be used for ldap server or web servers) but you probably want to customise this role or make it a dependency of an actual role. Consider it an example
-