jenkins-bot has submitted this change and it was merged.

Change subject: Sort alphabetically
......................................................................


Sort alphabetically

Change-Id: I72d987c77e6e0cb4b489d1092810bc7f1a40b218
---
M puppet/site.pp
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/puppet/site.pp b/puppet/site.pp
index 60b54e4..af0c990 100644
--- a/puppet/site.pp
+++ b/puppet/site.pp
@@ -4,17 +4,17 @@
 }
 
 node default {
-  include users
   include base
+  include exim-conf
+  include logrotate
+  include mailman-conf
+  include mariadb
+  include memcached
   include nginx
   include php
   include puppet
   include sudo
-  include memcached
-  include mariadb
-  include exim-conf
-  include logrotate
-  include mailman-conf
+  include users
 
   class { 'backup':
     databases => ['mediawiki'],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I72d987c77e6e0cb4b489d1092810bc7f1a40b218
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to