]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Packages: syslinux-utils, pdfgrep, psad
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 12:56:17 +0000 (09:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 12:56:17 +0000 (09:56 -0300)
manifests/utils/network/analyzer.pp
manifests/utils/office.pp
manifests/utils/storage/archive.pp

index 5d85c9082565cc977980b75b44e9cff96ce909fe..2bcb97ca2d96315cba5b4684997ff1d7d209fdec 100644 (file)
@@ -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,
   }
 }
index 79f38f008036914d72c85fd8a4c431f915816489..6c2b5a703c0e0361e9ca8020da576f488408ff0d 100644 (file)
@@ -4,7 +4,7 @@ class nodo::utils::office {
               'sc',                  'antiword',   'unrtf',
               'pandoc',              'wyrd',
               'gnucash',             'worklog',    'pdftk',
-              'fbreader',
+              'fbreader',            'pdfgrep',
               'mat',                 'evince',
               'aewan',               'autocutsel',
               'parcellite' ]:
index 2539b0f895b7130c6bf7634157e0aa171a65eafe..779e28e57d0b94ed2dff336b69979e209e4b8600 100644 (file)
@@ -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,
   }
 }