Gergő Tisza has uploaded a new change for review. https://gerrit.wikimedia.org/r/253301
Change subject: Vagrant role for OATHAuth ...................................................................... Vagrant role for OATHAuth Change-Id: I44a5aa3d10ee9598b90dd903d1f2d167e822107f --- A puppet/modules/role/manifests/oathauth.pp 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/01/253301/1 diff --git a/puppet/modules/role/manifests/oathauth.pp b/puppet/modules/role/manifests/oathauth.pp new file mode 100644 index 0000000..a32aa35 --- /dev/null +++ b/puppet/modules/role/manifests/oathauth.pp @@ -0,0 +1,11 @@ +# == Class: role::oathauth +# Provisions the OATHAuth[1] extension, which allows two-factor authentication. +# +# [1] https://www.mediawiki.org/wiki/Extension:OATHAuth +# +class role::oathauth { + mediawiki::extension { 'OATHAuth': + needs_update => true, + } +} + -- To view, visit https://gerrit.wikimedia.org/r/253301 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I44a5aa3d10ee9598b90dd903d1f2d167e822107f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Gergő Tisza <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
