Gehel has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/356052 )

Change subject: elasticsearch - correct naming of curator config files
......................................................................

elasticsearch - correct naming of curator config files

Bug: T166154
Change-Id: Ib2099494ed2cc0203e6d5a67cb0f3e8c0d35eb5a
---
M modules/elasticsearch/manifests/curator.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/356052/1

diff --git a/modules/elasticsearch/manifests/curator.pp 
b/modules/elasticsearch/manifests/curator.pp
index 6be79e0..ce591fd 100644
--- a/modules/elasticsearch/manifests/curator.pp
+++ b/modules/elasticsearch/manifests/curator.pp
@@ -13,9 +13,9 @@
     elasticsearch::curator::config {
         'config':
             content => template('elasticsearch/curator/config.yaml.erb');
-        'disable-shard-allocation.yaml':
+        'disable-shard-allocation':
             source => 
'puppet:///modules/elasticsearch/curator/disable-shard-allocation.yaml';
-        'enable-shard-allocation.yaml':
+        'enable-shard-allocation':
             source => 
'puppet:///modules/elasticsearch/curator/enable-shard-allocation.yaml';
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2099494ed2cc0203e6d5a67cb0f3e8c0d35eb5a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <guillaume.leder...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to