Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #52
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L11
Style/EmptyCaseCondition: Do not use empty `case` condition, instead use an `if` expression.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L11
Layout/LeadingCommentSpace: Missing space after `#`. (https://rubystyle.guide#hash-space)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L11
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L12
Lint/LiteralAsCondition: Literal `'RedHat'` appeared as a condition.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L20
Style/EmptyCaseCondition: Do not use empty `case` condition, instead use an `if` expression.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L20
Layout/LeadingCommentSpace: Missing space after `#`. (https://rubystyle.guide#hash-space)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L20
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L21
Lint/LiteralAsCondition: Literal `'OpenBSD'` appeared as a condition.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L38
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L58
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
|