From f71392e03f2b5bf0c843880d05b910df0a4b9e49 Mon Sep 17 00:00:00 2001 From: Michael Gooden Date: Thu, 3 Nov 2016 17:27:01 +0200 Subject: Include the release pocket on Ubuntu Xenial and Yakkety. 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 --- spec/classes/unattended_upgrades_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/classes/unattended_upgrades_spec.rb') diff --git a/spec/classes/unattended_upgrades_spec.rb b/spec/classes/unattended_upgrades_spec.rb index 747ccb1..5831da0 100644 --- a/spec/classes/unattended_upgrades_spec.rb +++ b/spec/classes/unattended_upgrades_spec.rb @@ -316,6 +316,7 @@ describe 'unattended_upgrades' do ).with_content( # This is the only section that's different for Ubuntu compared to Debian /\Unattended-Upgrade::Allowed-Origins\ {\n + \t"\${distro_id}\:\${distro_codename}";\n \t"\${distro_id}\:\${distro_codename}-security";\n };/x ) @@ -339,6 +340,7 @@ describe 'unattended_upgrades' do ).with_content( # This is the only section that's different for Ubuntu compared to Debian /\Unattended-Upgrade::Allowed-Origins\ {\n + \t"\${distro_id}\:\${distro_codename}";\n \t"\${distro_id}\:\${distro_codename}-security";\n };/x ) -- cgit v1.2.3