Dzahn has submitted this change and it was merged.

Change subject: wikistats - ensure php5-mysql is installed
......................................................................


wikistats - ensure php5-mysql is installed

before we got this from webserver::php5 afair

now, when creating a fresh labs instance, we don't get
it anymore, so adding it explicitely or fail:

"PHP Fatal error:  Call to undefined function mysql_escape_string() "

which is breaking it

Change-Id: I0935892a9fc32ab48a90071673b5a8017bbd19fa
---
M modules/wikistats/manifests/db.pp
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/modules/wikistats/manifests/db.pp 
b/modules/wikistats/manifests/db.pp
index b21a923..0b3c2c7 100644
--- a/modules/wikistats/manifests/db.pp
+++ b/modules/wikistats/manifests/db.pp
@@ -5,4 +5,7 @@
         ensure => present,
     }
 
+    package { 'php5-mysql':
+        ensure => present,
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0935892a9fc32ab48a90071673b5a8017bbd19fa
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to