projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c1d03
)
use the right class name, duh.
author
Stephen Gran
<steve@lobefin.net>
Mon, 13 Apr 2009 13:00:56 +0000
(14:00 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 13 Apr 2009 13:00:56 +0000
(14:00 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/monit/manifest/init.pp
patch
|
blob
|
history
diff --git
a/modules/monit/manifest/init.pp
b/modules/monit/manifest/init.pp
index
894be00
..
a3b9282
100644
(file)
--- a/
modules/monit/manifest/init.pp
+++ b/
modules/monit/manifest/init.pp
@@
-1,4
+1,4
@@
-class
clamav
{
+class
monit
{
package { "monit": ensure => installed;
}