X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Funattended_upgrades.pp;h=028ffc647c0ba74dbcdc6d2d4c258d70eab3f211;hb=3799e3a23c7d4e74c99aa4ec7e42de0b486ffe67;hp=b835b9a6a5ed57483175739eda3cf8929e292c75;hpb=97f70034c908f34b06fd6339215e329b3cf151d0;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/unattended_upgrades.pp b/manifests/unattended_upgrades.pp index b835b9a..028ffc6 100644 --- a/manifests/unattended_upgrades.pp +++ b/manifests/unattended_upgrades.pp @@ -14,6 +14,7 @@ # file and in /etc/cron.daily/apt # class apt::unattended_upgrades ( + $legacy_origin = $::apt::params::legacy_origin, $origins = $::apt::params::origins, $blacklist = [], $update = '1', @@ -40,6 +41,7 @@ class apt::unattended_upgrades ( ) inherits ::apt::params { validate_bool( + $legacy_origin, $auto_fix, $minimal_steps, $install_on_shutdown,