X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=1307a3a552be523dfd02f988066eccf47ced7b2a;hb=efc728bfb53fabd9db38046edbfd803717fa1edd;hp=734f375f21fa88135b24a3a7ba10ecd55f20f756;hpb=396f308e6ad4798461a6471ee8bb8e764d8b03cb;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}"]