From 773afac42ee5d54064902659182f3d8bfb62bc1a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 May 2016 09:56:17 -0300 Subject: Packages: syslinux-utils, pdfgrep, psad --- manifests/utils/network/analyzer.pp | 4 ++-- manifests/utils/office.pp | 2 +- manifests/utils/storage/archive.pp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests/utils') 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, } } -- cgit v1.2.3