]> gitweb.fluxo.info Git - smartmonster.git/commitdiff
Ensure md5deep is installed on debian systems master
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Aug 2014 00:45:58 +0000 (21:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Aug 2014 00:45:58 +0000 (21:45 -0300)
manifests/init.pp

index 93166a2493886fe3f931242527600dd2b50d7e7b..34cddc9efbe01e47bbae4f79a9cb2117c891286e 100644 (file)
@@ -22,4 +22,11 @@ class smartmonster {
     mode   => '0755',
     source => 'puppet:///modules/smartmonster/99_smartmonster_sleep.d.sh',
   }
+
+  package { 'md5deep':
+    ensure => $operatingsystem ? {
+      'Debian' => installed,
+       default => undef,
+    },
+  }
 }