summaryrefslogtreecommitdiff
path: root/puppet/modules/clamav
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2015-10-13 14:01:48 -0400
committerMicah <micah@leap.se>2015-10-13 14:12:45 -0400
commit2c8de729a2a4213b8cb312bcb481695ae44f9a62 (patch)
treed9964c92033c7133bfdd4166cfba50af06cb51fa /puppet/modules/clamav
parent1c5e9e2afad7e9225ff5eaa8350268654078cf21 (diff)
Class was renamed, but not properly cared for in the rest of the manifest
Change-Id: Ic9f022dcbb9f2096b933c898ae43023e0bf278c6
Diffstat (limited to 'puppet/modules/clamav')
-rw-r--r--puppet/modules/clamav/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/clamav/manifests/init.pp b/puppet/modules/clamav/manifests/init.pp
index fa7b553c..de8fb4dc 100644
--- a/puppet/modules/clamav/manifests/init.pp
+++ b/puppet/modules/clamav/manifests/init.pp
@@ -2,7 +2,7 @@ class clamav {
include clamav::daemon
include clamav::milter
- include clamav::sanesecurity
+ include clamav::unofficial_sigs
include clamav::freshclam
}