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 33f927c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ inherit_gem:

Layout/LineLength:
Max: 200

Style/WordArray:
Enabled: false
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'],
'Rocky' => ['8'],
}.freeze
class << self
# modifies the operating system name to suit beaker-hostgenerator
Expand Down

0 comments on commit 33f927c

Please sign in to comment.