From: Silvio Rhatto Date: Sat, 24 Sep 2016 14:25:15 +0000 (-0300) Subject: Enable xmpp packages X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aea1eb6133bf661b3646b3e204e3aef8bf21b06e;p=puppet-nodo.git Enable xmpp packages --- diff --git a/manifests/utils/network/xmpp.pp b/manifests/utils/network/xmpp.pp index 7c019cc..8b2c49e 100644 --- a/manifests/utils/network/xmpp.pp +++ b/manifests/utils/network/xmpp.pp @@ -7,6 +7,6 @@ class nodo::utils::network::xmpp { 'pidgin-privacy-please', 'pidgin-plugin-pack', ]: - ensure => absent, + ensure => present, } }