Elukey has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349950 )
Change subject: Piwik fake passwords ...................................................................... Piwik fake passwords Bug: T159136 Change-Id: I23786faf2b773216d0a1ed25e62d05aed8a0cedc --- A hieradata/role/common/piwik.yaml 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Elukey: Verified; Looks good to me, approved diff --git a/hieradata/role/common/piwik.yaml b/hieradata/role/common/piwik.yaml new file mode 100644 index 0000000..b06fdaf --- /dev/null +++ b/hieradata/role/common/piwik.yaml @@ -0,0 +1,4 @@ +profile::piwik::database_password: "database_secret" +profile::piwik::admin_username: "admin_username" +profile::piwik::admin_password: "admin_pass" +profile::piwik::password_salt: "pass_sal" -- To view, visit https://gerrit.wikimedia.org/r/349950 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I23786faf2b773216d0a1ed25e62d05aed8a0cedc Gerrit-PatchSet: 2 Gerrit-Project: labs/private Gerrit-Branch: master Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
