diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-21 15:42:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-26 13:01:25 +0200 |
commit | d0294df197362ee61a65f0b5931b4e760c1efc2c (patch) | |
tree | 9b5797065c90d6b4e1607540368ff6eb2a893221 /roles/common/templates | |
parent | 964d5a81ebd010c6f2c42b9c106e1a9652804b30 (diff) |
Don't install debsecan anymore by default.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789196
Diffstat (limited to 'roles/common/templates')
-rw-r--r-- | roles/common/templates/etc/default/debsecan.j2 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/common/templates/etc/default/debsecan.j2 b/roles/common/templates/etc/default/debsecan.j2 deleted file mode 100644 index 71fee1c..0000000 --- a/roles/common/templates/etc/default/debsecan.j2 +++ /dev/null @@ -1,17 +0,0 @@ -# Configuration file for debsecan. Contents of this file should -# adhere to the KEY=VALUE shell syntax. This file may be edited by -# debsecan's scripts, but your modifications are preserved. - -# If true, enable daily reports, sent by email. -REPORT=true - -# For better reporting, specify the correct suite here, using the code -# name (that is, "sid" instead of "unstable"). -SUITE={{ ansible_lsb.codename }} - -# Mail address to which reports are sent. -MAILTO=admin@fripost.org - -# The URL from which vulnerability data is downloaded. Empty for the -# built-in default. -SOURCE= |