Mark Bergsma has submitted this change and it was merged.

Change subject: Spaces to tabs
......................................................................


Spaces to tabs

Change-Id: Idf31a8692314b5d08276dc89b9c4c24c13c8ede2
---
M manifests/site.pp
1 file changed, 48 insertions(+), 48 deletions(-)

Approvals:
  Mark Bergsma: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 7732aa6..c75d397 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -648,60 +648,60 @@
 
 ## SANITARIUM
 node /^db1053\.eqiad\.wmnet/ {
-  class { role::db::sanitarium:
-    instances => {
-      's1' => {
-        'port' => 3306,
-        'innodb_log_file_size' => "2000M",
-        'ram' => "72G"
-      },
-    }
-  }
+       class { role::db::sanitarium:
+               instances => {
+                       's1' => {
+                               'port' => 3306,
+                               'innodb_log_file_size' => "2000M",
+                               'ram' => "72G"
+                       },
+               }
+       }
 }
 
 node /^db1054\.eqiad\.wmnet/ {
-  class { role::db::sanitarium:
-    instances => {
-      's2' => {
-        'port' => 3306,
-        'innodb_log_file_size' => "2000M",
-        'ram' => "24G"
-      },
-      's4' => {
-        'port' => 3307,
-        'innodb_log_file_size' => "2000M",
-        'ram' => "24G"
-      },
-      's5' => {
-        'port' => 3308,
-        'innodb_log_file_size' => "1000M",
-        'ram' => "24G"
-      },
-    }
-  }
+       class { role::db::sanitarium:
+               instances => {
+                       's2' => {
+                               'port' => 3306,
+                               'innodb_log_file_size' => "2000M",
+                               'ram' => "24G"
+                       },
+                       's4' => {
+                               'port' => 3307,
+                               'innodb_log_file_size' => "2000M",
+                               'ram' => "24G"
+                       },
+                       's5' => {
+                               'port' => 3308,
+                               'innodb_log_file_size' => "1000M",
+                               'ram' => "24G"
+                       },
+               }
+       }
 }
 
 node /^db1057\.eqiad\.wmnet/ {
-  class { role::db::sanitarium:
-    instances => {
-      's3' => {
-        'port' => 3306,
-        'innodb_log_file_size' => "500M",
-        'ram' => "24G",
-        'repl_ignore_dbs' => $::private_wikis,
-      },
-      's6' => {
-        'port' => 3307,
-        'innodb_log_file_size' => "500M",
-        'ram' => "24G"
-      },
-      's7' => {
-        'port' => 3308,
-        'innodb_log_file_size' => "500M",
-        'ram' => "24G"
-      },
-    }
-  }
+       class { role::db::sanitarium:
+               instances => {
+                       's3' => {
+                               'port' => 3306,
+                               'innodb_log_file_size' => "500M",
+                               'ram' => "24G",
+                               'repl_ignore_dbs' => $::private_wikis,
+                       },
+                       's6' => {
+                               'port' => 3307,
+                               'innodb_log_file_size' => "500M",
+                               'ram' => "24G"
+                       },
+                       's7' => {
+                               'port' => 3308,
+                               'innodb_log_file_size' => "500M",
+                               'ram' => "24G"
+                       },
+               }
+       }
 }
 
 ## 2013-04-10: py using db101[345] for testing

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idf31a8692314b5d08276dc89b9c4c24c13c8ede2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>

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

Reply via email to