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:
97cbe23
)
Add unofficial sigs
author
Stephen Gran
<steve@lobefin.net>
Tue, 7 Jul 2009 07:28:16 +0000
(08:28 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 7 Jul 2009 07:28:16 +0000
(08:28 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/clamav/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/clamav/manifests/init.pp
b/modules/clamav/manifests/init.pp
index
0be36ab
..
591bbf5
100644
(file)
--- a/
modules/clamav/manifests/init.pp
+++ b/
modules/clamav/manifests/init.pp
@@
-1,6
+1,7
@@
class clamav {
package { "clamav-daemon": ensure => installed;
"clamav-freshclam": ensure => installed;
+ "clamav-unofficial-sigs": ensure => installed;
}
}