Skip to content

Commit 62f382e

Browse files
committed
(maint) set aio_agent_version for consistency
Because `aio_agent_version` fact comes from facterdb it can have different values for different platforms, which can cause CI failures.
1 parent 8774f13 commit 62f382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/puppet_agent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def global_facts(facts, os)
137137

138138
context 'with mismatching digest algorithms' do
139139
let(:facts) do
140-
global_facts(facts, os).merge(puppet_digest_algorithm: 'md5')
140+
global_facts(facts, os).merge(puppet_digest_algorithm: 'md5', aio_agent_version: '6.17.0')
141141
end
142142

143143
it { is_expected.not_to compile }

0 commit comments

Comments
 (0)