diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2015-04-17 16:45:35 -0400 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2015-04-17 16:45:35 -0400 |
commit | 25af635994f793238bb2f227984c157d5d4c7ddf (patch) | |
tree | ddf39e07001750547749be33e9adee2e133bf650 | |
parent | 6f6e725e60f05a232ba6053cfc49ce1b219be7c7 (diff) | |
download | puppet-apt-25af635994f793238bb2f227984c157d5d4c7ddf.tar.gz puppet-apt-25af635994f793238bb2f227984c157d5d4c7ddf.tar.bz2 |
Document unattended_upgrades class parameters
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -374,6 +374,17 @@ apt::unattended_upgrades If this class is included, it will install the package 'unattended-upgrades' and configure it to daily upgrade the system. +The class has the following parameters that you can use to change the contents +of the configuration file. The values shown here are the default values: + + * $config_content = undef + * $mailonlyonerror = true + * $mail_recipient = 'root' + * $blacklisted_packages = [] + +Note that using $config_content actually specifies all of the configuration +contents and thus makes the other parameters useless. + Defines ======= |