Skip to content

Commit 1e7ddf3

Browse files
authored
Merge pull request #90 from OpenVoxProject/fix-puppet-facts-test-for-facter-5
(maint) Bump facts version expectation to 5 in acceptance suite
2 parents 4c8f232 + 7f58e8a commit 1e7ddf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/ensure_puppet_facts_can_use_facter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
step 'test puppet facts with correct facter version' do
77
on(agent, puppet('facts'), :acceptable_exit_codes => [0]) do |result|
88
facter_major_version = Integer(JSON.parse(result.stdout)["facterversion"].split('.').first)
9-
assert(4 >= facter_major_version, "wrong facter version")
9+
assert(5 >= facter_major_version, "wrong facter version")
1010
end
1111
end
1212

0 commit comments

Comments
 (0)