diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 13:52:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 13:52:20 -0300 |
commit | 813436c5524f6a715de9f4bdd21439772edcc256 (patch) | |
tree | 9ba60cfd006cb0daae28575b86883125a62bd0b9 /templates | |
parent | c4aa80a8be76e08f510f6fad6395a6af2ee80cf2 (diff) | |
download | puppet-nodo-813436c5524f6a715de9f4bdd21439772edcc256.tar.gz puppet-nodo-813436c5524f6a715de9f4bdd21439772edcc256.tar.bz2 |
Remove obsolete packages and configure debsecan
Diffstat (limited to 'templates')
-rw-r--r-- | templates/debsecan/default.erb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/debsecan/default.erb b/templates/debsecan/default.erb new file mode 100644 index 0000000..7fc18e2 --- /dev/null +++ b/templates/debsecan/default.erb @@ -0,0 +1,17 @@ +# 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=<%= scope.lookupvar('::lsbdistcodename') %> + +# Mail address to which reports are sent. +MAILTO=root + +# The URL from which vulnerability data is downloaded. Empty for the +# built-in default. +SOURCE= |