From 5cde5ac33e2fb92b94288fc741f7b811fdee7cfc Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 13 Apr 2009 14:00:56 +0100 Subject: [PATCH 1/1] use the right class name, duh. Signed-off-by: Stephen Gran --- modules/monit/manifest/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2