]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Utils: put newsbeuter in the right place
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Sep 2016 23:53:17 +0000 (20:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Sep 2016 23:53:17 +0000 (20:53 -0300)
manifests/utils/network/mail.pp
manifests/utils/web/console.pp

index 02287c3e7fe64cb8ff4e5ab16ab983ae238af234..5c2b07f9c9d922b72373c8ea9d7819656f58ccbe 100644 (file)
@@ -6,7 +6,6 @@ class nodo::utils::network::mail {
     'muttprofile',
     'notmuch-mutt',
     'offlineimap',
-    'newsbeuter',
     'bogofilter',
     'fetchmail',
     'procmail',
index 646cb9e9e5c9980ab3741216206a260159d47fbe..112a97b87e5631c118f04436e9132bbb4d609f91 100644 (file)
@@ -4,6 +4,7 @@ class nodo::utils::web::console {
     'elinks',
     'surfraw',
     'w3m',
+    'newsbeuter',
   ]:
     ensure => installed,
   }