Dzahn has uploaded a new change for review.

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

Change subject: osm/maps/postgres: move tuning.conf out of /files/
......................................................................

osm/maps/postgres: move tuning.conf out of /files/

Change-Id: Ib363c8bba5f78aed7f439c307aec3198b3a78172
---
M manifests/role/maps.pp
M manifests/role/osm.pp
M manifests/role/postgres.pp
R modules/postgresql/files/tuning-maps.conf
4 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/56/249056/1

diff --git a/manifests/role/maps.pp b/manifests/role/maps.pp
index f2d2930..62a1b61 100644
--- a/manifests/role/maps.pp
+++ b/manifests/role/maps.pp
@@ -26,7 +26,7 @@
         owner  => 'root',
         group  => 'root',
         mode   => '0444',
-        source => 'puppet:///files/postgres/tuning.conf',
+        source => 'puppet:///modules/postgres/tuning-maps.conf',
     }
     sysctl::parameters { 'postgres_shmem':
         values => {
diff --git a/manifests/role/osm.pp b/manifests/role/osm.pp
index 6c2537a..3e40f45 100644
--- a/manifests/role/osm.pp
+++ b/manifests/role/osm.pp
@@ -10,7 +10,7 @@
         owner  => 'root',
         group  => 'root',
         mode   => '0444',
-        source => 'puppet:///files/osm/tuning.conf',
+        source => 'puppet:///modules/postgres/tuning-osm.conf',
     }
 
     sysctl::parameters { 'postgres_shmem':
diff --git a/manifests/role/postgres.pp b/manifests/role/postgres.pp
index 65cc8b4..b9c512f 100644
--- a/manifests/role/postgres.pp
+++ b/manifests/role/postgres.pp
@@ -10,7 +10,7 @@
         owner  => 'root',
         group  => 'root',
         mode   => '0444',
-        source => 'puppet:///files/postgres/tuning.conf',
+        source => 'puppet:///modules/postgres/tuning-common.conf',
     }
 
     sysctl::parameters { 'postgres_shmem':
diff --git a/files/postgres/tuning.conf 
b/modules/postgresql/files/tuning-maps.conf
similarity index 100%
rename from files/postgres/tuning.conf
rename to modules/postgresql/files/tuning-maps.conf

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib363c8bba5f78aed7f439c307aec3198b3a78172
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