X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=1307a3a552be523dfd02f988066eccf47ced7b2a;hb=cd37fc34f25a6032c30e4b4fadd1731a79f3e3a4;hp=734f375f21fa88135b24a3a7ba10ecd55f20f756;hpb=5594aa10d2d416b8f44573d8dfa228b6e276a229;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index 734f375..1307a3a 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -23,7 +23,8 @@ define apt::source( validate_bool($allow_unsigned) validate_hash($include) - include 'apt::params' + # This is needed for compat with 1.8.x + include ::apt $_before = Apt::Setting["list-${title}"]