diff options
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 93166a2..34cddc9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, + }, + } } |