Skip to content

Commit

Permalink
wip(unit-tests) mock facter version
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Jul 10, 2022
1 parent 265df67 commit 4f6133d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
:is_pe => true,
# Needed for conditionals like:
# <https://github.com/saz/puppet-sudo/blob/v3.0.6/manifests/init.pp#L147>
:puppetversion => '6.0.4',
:puppetversion => '6.0.4', # 6.23.0 on some machines
:facterversion => '3.12.1', # 3.14.18 on some machines
:pe_version => '6.0.4',
:pe_server_version => '2019.0.1',
}
Expand Down

0 comments on commit 4f6133d

Please sign in to comment.