From a427188053d2c76ab191b3c5930319c3b3ea674c Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 24 May 2024 18:03:03 +0200 Subject: [PATCH] facterdb: return all fact keys as strings --- lib/voxpupuli/test/spec_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/voxpupuli/test/spec_helper.rb b/lib/voxpupuli/test/spec_helper.rb index 6022b13..d654d31 100644 --- a/lib/voxpupuli/test/spec_helper.rb +++ b/lib/voxpupuli/test/spec_helper.rb @@ -17,6 +17,8 @@ # and 7.12+ and requires rspec-puppet 2.11.0+. config.facter_implementation = 'rspec' + config.facterdb_string_keys = true + config.after(:suite) do RSpec::Puppet::Coverage.report! end