Alexandros Kosiaris has submitted this change and it was merged.
Change subject: maps: some puppet-lint fixes
......................................................................
maps: some puppet-lint fixes
Change-Id: Ic0bb14d824985923eceafb1d6e2f66d9195d0d60
WARNING: class not documented on line 4
WARNING: class not documented on line 45
WARNING: class not documented on line 90
WARNING: double quoted string containing no variables on line 1
WARNING: double quoted string containing no variables on line 1
WARNING: double quoted string containing no variables on line 2
WARNING: double quoted string containing no variables on line 2
---
M manifests/role/maps.pp
1 file changed, 6 insertions(+), 2 deletions(-)
Approvals:
Alexandros Kosiaris: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/role/maps.pp b/manifests/role/maps.pp
index 180c4b5..f2d2930 100644
--- a/manifests/role/maps.pp
+++ b/manifests/role/maps.pp
@@ -1,6 +1,8 @@
-@monitoring::group { "maps_eqiad": description => "eqiad maps servers" }
-@monitoring::group { "maps_codfw": description => "codfw maps servers" }
+@monitoring::group { 'maps_eqiad': description => 'eqiad maps servers' }
+@monitoring::group { 'maps_codfw': description => 'codfw maps servers' }
+# This role class sets up a maps server with
+# the services kartotherian and tilerator
class role::maps {
include standard
include ::postgresql::postgis
@@ -42,6 +44,7 @@
}
}
+# Sets up a maps server master
class role::maps::master {
include ::postgresql::master
include ::osm
@@ -87,6 +90,7 @@
}
}
+# Sets up a maps server slave
class role::maps::slave {
include ::postgresql::slave
--
To view, visit https://gerrit.wikimedia.org/r/249052
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0bb14d824985923eceafb1d6e2f66d9195d0d60
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Yurik <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits