diff options
Diffstat (limited to 'manifests/utils')
-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, } } |