diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 01:16:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 01:16:09 -0300 |
commit | b0ea24a93868db815d6b583ac5a6a27ec1631f23 (patch) | |
tree | febefe5136aa7f90667b3127ecd90be5b3da1996 /manifests/jabber.pp | |
parent | 41da4d802195a009995b4c49a4e8d5fb3ef70cce (diff) | |
download | puppet-nodo-b0ea24a93868db815d6b583ac5a6a27ec1631f23.tar.gz puppet-nodo-b0ea24a93868db815d6b583ac5a6a27ec1631f23.tar.bz2 |
Removing old definition
Diffstat (limited to 'manifests/jabber.pp')
-rw-r--r-- | manifests/jabber.pp | 8 |
1 files changed, 0 insertions, 8 deletions
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'], - } } |