From: Silvio Rhatto Date: Sun, 13 May 2012 04:16:09 +0000 (-0300) Subject: Removing old definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b0ea24a93868db815d6b583ac5a6a27ec1631f23;p=puppet-nodo.git Removing old definition --- diff --git a/manifests/jabber.pp b/manifests/jabber.pp index 6231b5f..f7a97bf 100644 --- a/manifests/jabber.pp +++ b/manifests/jabber.pp @@ -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'], - } }