stop including params everywhere
[puppet-modules/puppetlabs-apt.git] / manifests / source.pp
index f6647dfe76b1021e645871711d6a8e9a11b6af57..3e9414f11db8121fccae496092455512565a32e0 100644 (file)
@@ -18,8 +18,6 @@ define apt::source(
   $architecture      = undef,
   $trusted_source    = false,
 ) {
-
-  include apt::params
   include apt::update
 
   validate_string($architecture)