Yuvipanda has submitted this change and it was merged.
Change subject: elasticsearch: Fix dependency on /etc/elasticsearch
......................................................................
elasticsearch: Fix dependency on /etc/elasticsearch
Is setup by the package, and not explicitly defined in puppet
Change-Id: I13bdebe81af7fdec4c6f1f74d58901a4240c1af5
---
M manifests/role/elasticsearch.pp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Chad: Looks good to me, but someone else must approve
Yuvipanda: Verified; Looks good to me, approved
diff --git a/manifests/role/elasticsearch.pp b/manifests/role/elasticsearch.pp
index ad6351a..5606479 100644
--- a/manifests/role/elasticsearch.pp
+++ b/manifests/role/elasticsearch.pp
@@ -74,7 +74,7 @@
owner => 'root',
group => 'root',
mode => '0755',
- require => File['/etc/elasticsearch'],
+ require => Package['elasticsearch'],
}
file { '/etc/elasticsearch/scripts/mwgrep.groovy':
ensure => file,
--
To view, visit https://gerrit.wikimedia.org/r/233737
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I13bdebe81af7fdec4c6f1f74d58901a4240c1af5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits