]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Cert permissions for jabber service
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 May 2012 03:54:37 +0000 (00:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 May 2012 03:54:37 +0000 (00:54 -0300)
manifests/jabber.pp

index 2a8142fc799278d144f6f8001864c35af134b399..a421526ae5bc9959e232ca87330c6b6a595db191 100644 (file)
@@ -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'],
   }