Skip to content

Commit

Permalink
(role/rke) add make package
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Oct 16, 2023
1 parent 53ba808 commit 4df2c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hieradata/role/rke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classes:

packages:
- "gdisk"
- "make"
cni::plugins::checksum: "f3a841324845ca6bf0d4091b4fc7f97e18a623172158b72fc3fdcdb9d42d2d37"
cni::plugins::enable: ["macvlan"]
cni::plugins::version: "1.2.0"
Expand Down
1 change: 1 addition & 0 deletions spec/hosts/roles/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
it { is_expected.to contain_class('kubectl') }
it { is_expected.to contain_class('profile::core::rke') }
it { is_expected.to contain_class('clustershell') }
it { is_expected.to contain_package('make') }

it do
is_expected.to contain_class('restic').with(
Expand Down

0 comments on commit 4df2c01

Please sign in to comment.