From: Stephen Gran Date: Thu, 5 Apr 2012 14:06:59 +0000 (+0100) Subject: specifically noop samhain package for now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=986ba8cf8314407e2f78cea3cb5759bd1fa8b0f0;p=mirror%2Fdsa-puppet.git specifically noop samhain package for now Signed-off-by: Stephen Gran --- diff --git a/modules/samhain/manifests/init.pp b/modules/samhain/manifests/init.pp index f709a282c..bf20d5771 100644 --- a/modules/samhain/manifests/init.pp +++ b/modules/samhain/manifests/init.pp @@ -1,7 +1,8 @@ class samhain { package { 'samhain': - ensure => installed + ensure => installed, + noop => true, } service { 'samhain':