diff options
Diffstat (limited to 'manifests/jabber.pp')
| -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'],    } | 
