Remove 'include apt::update'
[puppet-modules/puppetlabs-apt.git] / manifests / ppa.pp
index 0fdcc95f3a9902ea7f1335a6219823e146f7dc48..788262f09f4d48c20f14127f008ea5f62284d0f1 100644 (file)
@@ -1,13 +1,9 @@
 # ppa.pp
-
 define apt::ppa(
   $ensure  = 'present',
   $release = $::lsbdistcodename,
   $options = $apt::params::ppa_options,
 ) {
-  include apt::params
-  include apt::update
-
   $sources_list_d = $apt::params::sources_list_d
 
   if ! $release {