Skip to content

Commit

Permalink
(role/rke) only support el9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 12, 2024
1 parent 34f2ece commit a1b381f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/classes/core/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

describe 'profile::core::rke' do
on_supported_os.each do |os, os_facts|
next unless os =~ %r{almalinux-9-x86_64}

context "on #{os}" do
let(:facts) { os_facts }
let(:pre_condition) do
Expand Down
2 changes: 2 additions & 0 deletions spec/hosts/roles/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

describe "#{role} role" do
on_supported_os.each do |os, os_facts|
next unless os =~ %r{almalinux-9-x86_64}

context "on #{os}" do
let(:facts) { os_facts }
let(:node_params) do
Expand Down

0 comments on commit a1b381f

Please sign in to comment.