]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge pull request #891 from synyx/include_apt
authorsheenaajay <sheena@puppet.com>
Mon, 13 Jan 2020 10:14:54 +0000 (10:14 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2020 10:14:54 +0000 (10:14 +0000)
Include apt in apt::backports

manifests/backports.pp

index 0fa69586e78089a3e38a867b59b2e4ffcc0be79c..1b9cabbaf10ff062d868f86f4dd6331380ee5b4b 100644 (file)
@@ -52,6 +52,9 @@ class apt::backports (
   Optional[Variant[String, Hash]] $key          = undef,
   Optional[Variant[Integer, String, Hash]] $pin = 200,
 ){
+
+  include apt
+
   if $location {
     $_location = $location
   }