Dzahn has submitted this change and it was merged. Change subject: logstash: lint ......................................................................
logstash: lint 8 x WARNING: indentation of => is not properly aligned puppet-lint 1.1.0 Change-Id: Iba65623fc9c2b1a606c0cb890ba92a895ce4fb28 --- M manifests/role/logstash.pp 1 file changed, 8 insertions(+), 8 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/manifests/role/logstash.pp b/manifests/role/logstash.pp index e43c3c0..3f9bc15 100644 --- a/manifests/role/logstash.pp +++ b/manifests/role/logstash.pp @@ -109,11 +109,11 @@ } class { '::logstash::output::elasticsearch': - host => '127.0.0.1', - replication => 'async', - require_tag => 'es', - manage_indices => true, - priority => 90, + host => '127.0.0.1', + replication => 'async', + require_tag => 'es', + manage_indices => true, + priority => 90, } } @@ -183,13 +183,13 @@ # Add the index to ES file { '/etc/logstash/apifeatureusage-elasticsearch-template.json': - ensure => present, - source => 'puppet:///files/logstash/apifeatureusage-elasticsearch-template.json', + ensure => present, + source => 'puppet:///files/logstash/apifeatureusage-elasticsearch-template.json', } exec { 'Create apifeatureusage index template': command => template('logstash/create-apifeatureusage-index.erb'), - unless => template('logstash/check-apifeatureusage-index.erb'), + unless => template('logstash/check-apifeatureusage-index.erb'), require => [ Service['elasticsearch'], File['/etc/logstash/apifeatureusage-elasticsearch-template.json'], -- To view, visit https://gerrit.wikimedia.org/r/202651 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iba65623fc9c2b1a606c0cb890ba92a895ce4fb28 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <dz...@wikimedia.org> Gerrit-Reviewer: Dzahn <dz...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits