diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-17 23:48:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-17 23:48:35 -0300 |
commit | 30a0d0ceab9d7751133b32fc8b1c0cfdbb3e5f2c (patch) | |
tree | 23119ac9a92ca13b9ab4232bfe8d36faa8ab8748 | |
parent | d52944ca81cd8a45c5bfae0850c0fbc628ec1087 (diff) | |
download | puppet-ssl-30a0d0ceab9d7751133b32fc8b1c0cfdbb3e5f2c.tar.gz puppet-ssl-30a0d0ceab9d7751133b32fc8b1c0cfdbb3e5f2c.tar.bz2 |
Put folders under ssl-cert group
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 414ac04..4259a6c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,7 +2,7 @@ class ssl { file { [ "/etc/ssl", "/etc/ssl/certs", "/etc/ssl/private", "/etc/ssl/dhparams" ]: ensure => directory, owner => "root", - group => "root", + group => "ssl-cert", } file { "/usr/local/bin/ssl-cert-check": |