Fantasticfears has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/85983


Change subject: Add Extension::Thanks to role::echo
......................................................................

Add Extension::Thanks to role::echo

Thanks deploys with Echo. This rule should also do like so.

Change-Id: Iff3d48daa11a740f20c5f1a4c0dba135a23f0f98
---
M puppet/manifests/roles.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/83/85983/1

diff --git a/puppet/manifests/roles.pp b/puppet/manifests/roles.pp
index 609a385..85b597c 100644
--- a/puppet/manifests/roles.pp
+++ b/puppet/manifests/roles.pp
@@ -195,6 +195,10 @@
             wgEchoEnableEmailBatch => false,
         },
     }
+
+    @mediawiki::extension { 'Thanks':
+        require => Mediawiki::Extension['Echo'],
+    }
 }
 
 # == Class: role::visualeditor

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff3d48daa11a740f20c5f1a4c0dba135a23f0f98
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Fantasticfears <[email protected]>

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

Reply via email to