Skip to content

Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #52

Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana

Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #52

Triggered via pull request December 20, 2023 08:09
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
22s
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

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.