]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge pull request #430 from mhaskel/fix_typo
authorDaniele Sluijters <daenney@users.noreply.github.com>
Fri, 20 Feb 2015 21:06:50 +0000 (22:06 +0100)
committerDaniele Sluijters <daenney@users.noreply.github.com>
Fri, 20 Feb 2015 21:06:50 +0000 (22:06 +0100)
Fix typo from #426

manifests/ppa.pp
manifests/source.pp

index f6c7373d8d3c599c5126d980f2136a47766e67e7..788262f09f4d48c20f14127f008ea5f62284d0f1 100644 (file)
@@ -1,12 +1,9 @@
 # ppa.pp
-
 define apt::ppa(
   $ensure  = 'present',
   $release = $::lsbdistcodename,
   $options = $apt::params::ppa_options,
 ) {
-  include apt::update
-
   $sources_list_d = $apt::params::sources_list_d
 
   if ! $release {
index b06d6101b1d4eb058881e4bc1f11dcb7a7541c9c..d145918223df02bfc1e3ee52985698edc976a53d 100644 (file)
@@ -17,8 +17,6 @@ define apt::source(
   $architecture      = undef,
   $trusted_source    = false,
 ) {
-  include apt::update
-
   validate_string($architecture)
   validate_bool($trusted_source)