Ladsgroup has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/403366 )
Change subject: statistics: Install php5-dom for wmde scripts ...................................................................... statistics: Install php5-dom for wmde scripts See https://stackoverflow.com/a/14395414 And https://phabricator.wikimedia.org/T165463#3880126 Bug: T165463 Change-Id: Ibfd0844b65069b8e974619dc6fef9f79612595b6 --- M modules/statistics/manifests/wmde.pp 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/66/403366/1 diff --git a/modules/statistics/manifests/wmde.pp b/modules/statistics/manifests/wmde.pp index be05d1c..f02a38a 100644 --- a/modules/statistics/manifests/wmde.pp +++ b/modules/statistics/manifests/wmde.pp @@ -10,6 +10,8 @@ $user = 'analytics-wmde' ) { + require_package('php5-dom') + # The statistics module needs to be loaded before this one Class['::statistics'] -> Class['::statistics::wmde'] -- To view, visit https://gerrit.wikimedia.org/r/403366 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibfd0844b65069b8e974619dc6fef9f79612595b6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ladsgroup <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
