From: Daniele Sluijters Date: Sat, 28 Feb 2015 15:48:48 +0000 (+0100) Subject: apt: Change how update is managed. X-Git-Tag: 2.0.0~26^2~5 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fe228435b1c9219b7fe61e6faafe810b117fd5e4;hp=fe228435b1c9219b7fe61e6faafe810b117fd5e4;p=puppet-modules%2Fpuppetlabs-apt.git apt: Change how update is managed. * Instead of having 4 options controlling purging we now have a single hash with four possible keys. * Include `apt::update` only _after_ we've assembled the `$_update` hash. ---