]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Document unattended_upgrades class parameters
authorGabriel Filion <gabster@lelutin.ca>
Fri, 17 Apr 2015 20:45:35 +0000 (16:45 -0400)
committerGabriel Filion <gabster@lelutin.ca>
Fri, 17 Apr 2015 20:45:35 +0000 (16:45 -0400)
README

diff --git a/README b/README
index 9cf17d134bb4e250589a15434308d94a45ddc972..5c13fc456f6dfd1d7b8deea187030f7bf904aed8 100644 (file)
--- a/README
+++ b/README
@@ -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
 =======