Skip to content

Commit

Permalink
(profile::core::common) include profile::core::keytab
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Sep 14, 2022
1 parent 2271f83 commit 6cd7896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/profile/manifests/core/common.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
include profile::core::ipa
include profile::core::k5login
include profile::core::kernel
include profile::core::keytab
include profile::core::nm_dispatch
include profile::core::selinux
include profile::core::systemd
Expand Down
1 change: 1 addition & 0 deletions spec/classes/core/common_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
it { is_expected.to contain_class('hosts') }
it { is_expected.to contain_class('network') }
it { is_expected.to contain_class('resolv_conf') }
it { is_expected.to contain_class('profile::core::keytab') }
it { is_expected.to contain_class('profile::core::nm_dispatch') }
it { is_expected.to contain_package('ca-certificates').with_ensure('latest') }

Expand Down

0 comments on commit 6cd7896

Please sign in to comment.