Ori.livneh has submitted this change and it was merged. Change subject: Add some explanatory comments to Piwik role ......................................................................
Add some explanatory comments to Piwik role Change-Id: I310f4467375a11d52c66a757623908d5ccc6b9a6 --- M manifests/role/piwik.pp 1 file changed, 16 insertions(+), 1 deletion(-) Approvals: Ori.livneh: Verified; Looks good to me, approved diff --git a/manifests/role/piwik.pp b/manifests/role/piwik.pp index fb193b3..059d5e3 100644 --- a/manifests/role/piwik.pp +++ b/manifests/role/piwik.pp @@ -4,7 +4,22 @@ # It powers <https://piwik.wikimedia.org>. # # Q: Why is there no piwik module? -# A: Piwik has no good configuration mechanism apart from the web installer. +# A: The only sanctioned way of configuring Piwik is via the web +# installer. It is possible to provision a config.ini.php via Puppet, +# but then you can't get to the web installer, so you are left with +# no way to initialize the database, short of doing a bulk MySQL +# import of a dump of an already-initialized Piwik database. +# +# See #1586: Headless install / command line piwik remote install +# <https://github.com/piwik/piwik/issues/1586>. +# Closed with "We have implemented this plugin for Piwik PRO, please +# get in touch if you are interested." +# +# Q: So where are the credentials? +# A: In pwstore. +# +# Q: Where did the package come from? +# A: http://debian.piwik.org/, imported to jessie-wikimedia. # class role::piwik { include ::apache::mod::authnz_ldap -- To view, visit https://gerrit.wikimedia.org/r/260865 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I310f4467375a11d52c66a757623908d5ccc6b9a6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
