diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 00:54:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 00:54:37 -0300 |
commit | b16f4c2c4b96aeec30735853e1fdeba681cbe38e (patch) | |
tree | 703bb8727cf23443b24fa651167eab61a4480b84 /manifests | |
parent | 0cf7cfcb49f3a6cb88b6d7b1fe4ad13c03a19d03 (diff) | |
download | puppet-nodo-b16f4c2c4b96aeec30735853e1fdeba681cbe38e.tar.gz puppet-nodo-b16f4c2c4b96aeec30735853e1fdeba681cbe38e.tar.bz2 |
Cert permissions for jabber service
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/jabber.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/jabber.pp b/manifests/jabber.pp index 2a8142f..a421526 100644 --- a/manifests/jabber.pp +++ b/manifests/jabber.pp @@ -5,6 +5,8 @@ class nodo::jabber inherits nodo::vserver { # We use a concatenated cert file # http://site4fast.blogspot.com.br/2011/10/ejabberd-ssl-how-to.html ssl::cert { "cert-concat": + owner => 'ejabberd', + group => 'ejabberd', notify => Service['ejabberd'], } |