]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/clamav/files/clamav-unofficial-sigs.conf
Manage clamav-unofficial-sigs. The dsa.conf removes all dbs marked as
[dsa-puppet.git] / modules / clamav / files / clamav-unofficial-sigs.conf
diff --git a/modules/clamav/files/clamav-unofficial-sigs.conf b/modules/clamav/files/clamav-unofficial-sigs.conf
new file mode 100644 (file)
index 0000000..17f4919
--- /dev/null
@@ -0,0 +1,13 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+# Source all the configuration files from upstream, Debian and elsewhere
+for f in /usr/share/clamav-unofficial-sigs/conf.d/*.conf ; do
+        if [ -s "$f" ] ; then
+                . $f
+        fi
+done
+
+. /etc/clamav-unofficial-sigs.dsa.conf