From: Stephen Gran Date: Mon, 13 Apr 2009 13:00:56 +0000 (+0100) Subject: use the right class name, duh. X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5cde5ac33e2fb92b94288fc741f7b811fdee7cfc;p=mirror%2Fdsa-puppet.git use the right class name, duh. Signed-off-by: Stephen Gran --- diff --git a/modules/monit/manifest/init.pp b/modules/monit/manifest/init.pp index 894be00ac..a3b92820e 100644 --- a/modules/monit/manifest/init.pp +++ b/modules/monit/manifest/init.pp @@ -1,4 +1,4 @@ -class clamav { +class monit { package { "monit": ensure => installed; }