From 6a8316b476a97925fbeb39299e93bab19d5836b4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 20:53:17 -0300 Subject: Utils: put newsbeuter in the right place --- manifests/utils/network/mail.pp | 1 - manifests/utils/web/console.pp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/utils/network/mail.pp b/manifests/utils/network/mail.pp index 02287c3..5c2b07f 100644 --- a/manifests/utils/network/mail.pp +++ b/manifests/utils/network/mail.pp @@ -6,7 +6,6 @@ class nodo::utils::network::mail { 'muttprofile', 'notmuch-mutt', 'offlineimap', - 'newsbeuter', 'bogofilter', 'fetchmail', 'procmail', diff --git a/manifests/utils/web/console.pp b/manifests/utils/web/console.pp index 646cb9e..112a97b 100644 --- a/manifests/utils/web/console.pp +++ b/manifests/utils/web/console.pp @@ -4,6 +4,7 @@ class nodo::utils::web::console { 'elinks', 'surfraw', 'w3m', + 'newsbeuter', ]: ensure => installed, } -- cgit v1.2.3