Reedy has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/333562 )

Change subject: Force apt::ppa exec to require software-properties-common
......................................................................

Force apt::ppa exec to require software-properties-common

Bug: T155212
Change-Id: I9abdfe42527af1b886342567c4ffc85c2fcb9f32
---
M puppet/modules/apt/manifests/ppa.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/62/333562/1

diff --git a/puppet/modules/apt/manifests/ppa.pp 
b/puppet/modules/apt/manifests/ppa.pp
index c80ede4..ac6c0f5 100644
--- a/puppet/modules/apt/manifests/ppa.pp
+++ b/puppet/modules/apt/manifests/ppa.pp
@@ -40,5 +40,6 @@
 
     exec { $command:
         onlyif => $onlyif,
+        require => Package['software-properties-common'],
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/333562
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9abdfe42527af1b886342567c4ffc85c2fcb9f32
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: jessie-migration
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to