diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:53:17 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:53:17 -0300 | 
| commit | 6a8316b476a97925fbeb39299e93bab19d5836b4 (patch) | |
| tree | 578558fea84f1ef9e2113d5b6345b90cce408d5d /manifests | |
| parent | ca54bf4cba32678c682da4df7c32b8ed1668b8cf (diff) | |
| download | puppet-nodo-6a8316b476a97925fbeb39299e93bab19d5836b4.tar.gz puppet-nodo-6a8316b476a97925fbeb39299e93bab19d5836b4.tar.bz2  | |
Utils: put newsbeuter in the right place
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/network/mail.pp | 1 | ||||
| -rw-r--r-- | manifests/utils/web/console.pp | 1 | 
2 files changed, 1 insertions, 1 deletions
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,    }  | 
