]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Enable xmpp packages
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Sep 2016 14:25:15 +0000 (11:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Sep 2016 14:25:15 +0000 (11:25 -0300)
manifests/utils/network/xmpp.pp

index 7c019cc6b205453ec2b9b5a549dd1a58b96677d6..8b2c49edbb421bc3452a6b620377fc40fdb9a84d 100644 (file)
@@ -7,6 +7,6 @@ class nodo::utils::network::xmpp {
     'pidgin-privacy-please',
     'pidgin-plugin-pack',
   ]:
-    ensure => absent,
+    ensure => present,
   }
 }