Faidon Liambotis has submitted this change and it was merged.

Change subject: Fix require_package conversion typo
......................................................................


Fix require_package conversion typo

Commit I8123d6 switched an include to require_package, but left a
trailing comma in the include, resulting into a puppet error.

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

Approvals:
  Faidon Liambotis: Verified; Looks good to me, approved



diff --git a/modules/wikimania_scholarships/manifests/init.pp 
b/modules/wikimania_scholarships/manifests/init.pp
index 5208fd8..2be3464 100644
--- a/modules/wikimania_scholarships/manifests/init.pp
+++ b/modules/wikimania_scholarships/manifests/init.pp
@@ -36,7 +36,7 @@
 ) {
 
     include passwords::mysql::wikimania_scholarships,
-        webserver::php5,
+        webserver::php5
 
     require_package('php5-mysql')
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d67beb3ef2b2d5f90b1015d18f07ed6f2908790
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to