Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #70
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L86
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L87
Style/SoleNestedConditional: Consider merging nested conditions into outer `unless` conditions.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L88
Metrics/BlockNesting: Avoid more than 3 levels of block nesting. (https://rubystyle.guide#three-is-the-number-thou-shalt-count)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L122
Metrics/BlockNesting: Avoid more than 3 levels of block nesting. (https://rubystyle.guide#three-is-the-number-thou-shalt-count)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L160
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L163
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L163
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L181
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L248
Lint/Void: Variable `settings` used in void context.
|
Puppet / Static validations:
lib/puppet/type/elastic_stack_keystore.rb#L53
Style/IfInsideElse: Convert `if` nested inside `else` to `elsif`.
|