coren has submitted this change and it was merged.

Change subject: Do not install debug symbols
......................................................................


Do not install debug symbols

Labs uses a handbuilt nginx-extras package, which doesn't have
a -dbg installed (this slipped through during testing because
of weird interactions between labsdebrepo and this). Remove
debug symbols for now.

Labs proxies are going to switch to trusty soon enough, at which
point we will not need the hand built packages at all. Will
add this package back when that happens

Change-Id: Ib9cc687cdc4181f14eaaf9a5a3ae315fbd7438fc
---
M manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  coren: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/init.pp b/manifests/init.pp
index cae6fff..911e74d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -30,7 +30,7 @@
         fail("'variant' must be 'full', 'extras', or 'light' (got: 
'${variant}').")
     }
 
-    package { [ "nginx-${variant}", "nginx-${variant}-dbg", 'nginx-common' ]: }
+    package { [ "nginx-${variant}", 'nginx-common' ]: }
 
     service { 'nginx':
         enable     => true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9cc687cdc4181f14eaaf9a5a3ae315fbd7438fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/nginx
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to