Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/76283
Change subject: style for beta.pp role
......................................................................
style for beta.pp role
Pass most puppet-lint checks and reindent to four spaces.
Change-Id: Iaecaa783dd16cc95500e2419c290c156aba74b10
---
M manifests/role/beta.pp
1 file changed, 12 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/83/76283/1
diff --git a/manifests/role/beta.pp b/manifests/role/beta.pp
index 0d9db19..fdfe047 100644
--- a/manifests/role/beta.pp
+++ b/manifests/role/beta.pp
@@ -1,13 +1,20 @@
+# vim: set sw=4 ts=4 expandtab:
+
+# == Class: role::beta::autoupdater
+#
+# For host continuously updating MediaWiki core and extensions on the beta
+# cluster. This is the lame way to automatically pull any code merged in master
+# branches.
class role::beta::autoupdater {
- include misc::beta::autoupdater
+ include misc::beta::autoupdater
- system_role { 'role::beta::autoupdater':
- description => 'Server is autoupdating MediaWiki core and
extension on beta.'
- }
+ system_role { 'role::beta::autoupdater':
+ description => 'Server is autoupdating MediaWiki core and extension on
beta.'
+ }
}
class role::beta::maintenance {
- class{ 'misc::maintenance::geodata': enabled => true }
+ class{ 'misc::maintenance::geodata': enabled => true }
}
--
To view, visit https://gerrit.wikimedia.org/r/76283
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaecaa783dd16cc95500e2419c290c156aba74b10
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits