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

index 5655ec4994d1ea1cbcd194796dbbedb0a33de0ab..2a8142fc799278d144f6f8001864c35af134b399 100644 (file)
@@ -2,7 +2,14 @@ class nodo::jabber inherits nodo::vserver {
   include ssl
   include ejabberd
 
-  ssl::cert { "cert":
+  # We use a concatenated cert file
+  # http://site4fast.blogspot.com.br/2011/10/ejabberd-ssl-how-to.html
+  ssl::cert { "cert-concat":
     notify => Service['ejabberd'],
   }
+
+  # TODO: remove in the future
+  ssl::cert { "cert":
+    ensure => absent,
+  }
 }