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.donarmstrong.com/?a=commitdiff_plain;h=5cde5ac33e2fb92b94288fc741f7b811fdee7cfc;hp=38c1d03fd5280e429c20bfd702effb497cff2ee1;p=dsa-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 894be00a..a3b92820 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; }