Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/107216


Change subject: Tweak 'unless' condition for 'add hhvm apt key' Exec
......................................................................

Tweak 'unless' condition for 'add hhvm apt key' Exec

The HHVM repo is signed by 'Paul Tarjan <p...@fb.com>', so grepping for HHVM
doesn't work.

Change-Id: Ib6b75823e910301f17b9d65c1a30babba4f24531
---
M puppet/modules/apt/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/16/107216/1

diff --git a/puppet/modules/apt/manifests/init.pp 
b/puppet/modules/apt/manifests/init.pp
index 662f4a2..d7c2c8e 100644
--- a/puppet/modules/apt/manifests/init.pp
+++ b/puppet/modules/apt/manifests/init.pp
@@ -35,7 +35,7 @@
 
     exec { 'add hhvm apt key':
         command => 'apt-key add /vagrant/puppet/modules/apt/files/hhvm.key',
-        unless  => 'apt-key list | grep -q hhvm',
+        unless  => 'apt-key list | grep -q fb.com',
     }
 
     file { '/etc/apt/sources.list.d/hhvm.list':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6b75823e910301f17b9d65c1a30babba4f24531
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to