summaryrefslogtreecommitdiff
path: root/manifests/params.pp
AgeCommit message (Collapse)Author
2016-11-03Include the release pocket on Ubuntu Xenial and Yakkety.Michael Gooden
As per https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1624641 the release pocket should be included to allow additional dependencies to be installed if required by a security update. Signed-off-by: Michael Gooden <me@michaelgooden.net>
2016-09-12Ubuntu: Issue EOL warning for unsupported release.Raoul Bhatia
2016-09-12Ubuntu: Add 16.04 Xenial Xerus and 16.10 Yakkety Yak.Raoul Bhatia
2016-05-29LinuxMint: Add support for Linux MintRaoul Bhatia
2016-03-31add options supportb4ldr
fix ruby 1.9 hash correct
2016-03-21Add parameter to control reboot timeMatthias Pigulla
2016-01-11params: Do the lookup through `xfacts`Daniele Sluijters
This fixes the strict variables compatibility.
2016-01-11Fix typoMickaël Canévet
2016-01-08Don't fail immediatly if legacy_origin/origins not setDaniele Sluijters
Closes #37
2016-01-08cleanup(params) make linter happyIgor Galić
2015-09-09Update origins by merging Debian defaults, puppetlabs-apt and own researchRaoul Bhatia
Default configuration was taken from the following archives file ./etc/apt/apt.conf.d/50unattended-upgrades Debian: * 6 Squeeze: unattended-upgrades_0.62.2+squeeze1_all.deb * 7 Wheezy: unattended-upgrades_0.79.5+wheezy2_all.deb * 8 Jessie: unattended-upgrades_0.83.3.2+deb8u1_all.deb Ubuntu: * 12.04LTS Precise Pangolin: unattended-upgrades_0.76ubuntu1.1_all.deb * 14.04LTS Trusty Tahr: unattended-upgrades_0.82.1ubuntu2.3_all.deb * 15.04 Vivid Vervet: unattended-upgrades_0.83.6ubuntu1_all.deb * 15.10 Wily Werewolf: unattended-upgrades_0.86.2ubuntu1_all.deb
2015-09-02Merge pull request #14 from cpick/fix-ubuntu-originsIgor Galić
unattended-upgrades are broken on Ubuntu by default due to origins typo
2015-08-14Add support for RaspbianLutz Bader
2015-07-16Check for strict_variables setting before using defined(), fixes ↵Adriaan Peeters
compatibility with Puppet < 3.5.0
2015-06-03Fix Allowed-Origins on Ubuntu so that updates are actually appliedChris Pick
Fix the typo in the default origins parameter for Ubuntu that was causing all unattended-upgrades to be disabled on Ubuntu machines by default.
2015-04-22init: Turn size into a single value.Daniele Sluijters
The `size` hash could only ever have the `max` key so it makes more sense to have this as a plain value. This also upgrades the dependency on stdlib to 4.6.0 since we're using the new `validate_integer` function.
2015-04-22params: Don't set mail['to'].Daniele Sluijters
Setting it to 'undef' makes it the string undef, not having it set makes it undef/nil for Puppet.
2015-04-22params: Remove 's' from `only_on_error` keyDaniele Sluijters
2015-04-14Initial commit (this is not finished).Daniele Sluijters