Skip to content

Commit

Permalink
Include kubernetes::packages as precondition in service_spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Jul 14, 2021
1 parent 2a5d000 commit c019df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/service_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'
describe 'kubernetes::service', :type => :class do
let(:pre_condition) { 'include kubernetes; include kubernetes::config::kubeadm' }
let(:pre_condition) { 'include kubernetes; include kubernetes::packages; include kubernetes::config::kubeadm' }
let(:facts) do
{
:kernel => 'Linux',
Expand Down

0 comments on commit c019df9

Please sign in to comment.