diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 09:56:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 09:56:17 -0300 |
commit | 773afac42ee5d54064902659182f3d8bfb62bc1a (patch) | |
tree | b3ce040638dfe9672402c88e17ec6d3f750efb55 | |
parent | be6c717e98d86102f739f14e576233ad7ac1da8b (diff) | |
download | puppet-nodo-773afac42ee5d54064902659182f3d8bfb62bc1a.tar.gz puppet-nodo-773afac42ee5d54064902659182f3d8bfb62bc1a.tar.bz2 |
Packages: syslinux-utils, pdfgrep, psad
-rw-r--r-- | manifests/utils/network/analyzer.pp | 4 | ||||
-rw-r--r-- | manifests/utils/office.pp | 2 | ||||
-rw-r--r-- | manifests/utils/storage/archive.pp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/manifests/utils/network/analyzer.pp b/manifests/utils/network/analyzer.pp index 5d85c90..2bcb97c 100644 --- a/manifests/utils/network/analyzer.pp +++ b/manifests/utils/network/analyzer.pp @@ -15,8 +15,8 @@ class nodo::utils::network::analyzer { ensure => present, } - # Stuff we are aware but not using right now - package { 'heartbleeder': + # Not in use + package { [ 'heartbleeder', 'psad' ]: ensure => absent, } } diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 79f38f0..6c2b5a7 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -4,7 +4,7 @@ class nodo::utils::office { 'sc', 'antiword', 'unrtf', 'pandoc', 'wyrd', 'gnucash', 'worklog', 'pdftk', - 'fbreader', + 'fbreader', 'pdfgrep', 'mat', 'evince', 'aewan', 'autocutsel', 'parcellite' ]: diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index 2539b0f..779e28e 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -3,7 +3,7 @@ class nodo::utils::storage::archive { ensure => latest, } - package { [ 'jigdo-file', 'fdupes', 'gddrescue' ]: + package { [ 'jigdo-file', 'fdupes', 'gddrescue', 'syslinux-utils' ]: ensure => installed, } } |