]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing old definition
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 May 2012 04:16:09 +0000 (01:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 May 2012 04:16:09 +0000 (01:16 -0300)
manifests/jabber.pp

index 6231b5f899fd41eae9e0ffe6716e87d64dd2e27d..f7a97bf8d230c8ab646a53bc89ecb9fc8645ae6c 100644 (file)
@@ -18,12 +18,4 @@ class nodo::jabber inherits nodo::vserver {
     base   => '/etc/ejabberd/ssl',
     notify => Service['ejabberd'],
   }
-
-  # Remove in the future
-  ssl::cert { "cert-concat":
-    owner  => 'ejabberd',
-    group  => 'ejabberd',
-    ensure => absent,
-    notify => Service['ejabberd'],
-  }
 }