Skip to content

Commit

Permalink
mark Oracle/Alma/Rocky as pidfile incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 15, 2023
1 parent a1228ed commit d9edc9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/puppet_metadata/beaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class Beaker
# unit files
PIDFILE_INCOMPATIBLE = {
'CentOS' => ['8'],
'AlmaLinux' => ['8'],
'OracleLinux' => ['7', '8'],

Check failure on line 23 in lib/puppet_metadata/beaker.rb

View workflow job for this annotation

GitHub Actions / rubocop

Style/WordArray: Use `%w` or `%W` for an array of words. (https://rubystyle.guide#percent-w)
'Rocky' => ['8'],
}.freeze
class << self
# modifies the operating system name to suit beaker-hostgenerator
Expand Down

0 comments on commit d9edc9c

Please sign in to comment.