include module apt in backports
[puppet-modules/puppetlabs-apt.git] / 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
   }