Dzahn has uploaded a new change for review.

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


Change subject: retab role/gitblit to spaces
......................................................................

retab role/gitblit to spaces

Change-Id: I46472b93fdcc880f4dc871c461d647d460a5311e
---
M manifests/role/gitblit.pp
1 file changed, 12 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/96186/1

diff --git a/manifests/role/gitblit.pp b/manifests/role/gitblit.pp
index ff088fd..4cb84f1 100644
--- a/manifests/role/gitblit.pp
+++ b/manifests/role/gitblit.pp
@@ -1,19 +1,19 @@
 # manifests/role/gitblit.pp
 
 class role::gitblit {
-       system::role { "role::gitblit": description => "Gitblit, a git viewer" }
+    system::role { "role::gitblit": description => "Gitblit, a git viewer" }
 
-       include role::gerrit::production::replicationdest
+    include role::gerrit::production::replicationdest
 
-       class { "gitblit::instance":
-               host => "git.wikimedia.org",
-               ssl_cert => "git.wikimedia.org",
-               ssl_cert_key => "git.wikimedia.org"
-       }
+    class { "gitblit::instance":
+        host => "git.wikimedia.org",
+        ssl_cert => "git.wikimedia.org",
+        ssl_cert_key => "git.wikimedia.org"
+    }
 
-       # Firewall GitBlit, it should be accessed from localhost or Varnish
-       include base::firewall
-       ferm::rule { 'gitblit_8080':
-               rule => 'proto tcp dport 8080 { saddr $INTERNAL ACCEPT; DROP; }'
-       }
+    # Firewall GitBlit, it should be accessed from localhost or Varnish
+    include base::firewall
+    ferm::rule { 'gitblit_8080':
+        rule => 'proto tcp dport 8080 { saddr $INTERNAL ACCEPT; DROP; }'
+    }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46472b93fdcc880f4dc871c461d647d460a5311e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to