Skip to content

Commit

Permalink
Enable facterdb string keys
Browse files Browse the repository at this point in the history
In the process of reviewing an unrelated facter issue, I noticed that
this (setting `facterdb_string_keys` to `false`)  appears not to be
needed anymore.

Update `.sync.yml` so that modulesync doesn't override this while the
default is still `false`
  • Loading branch information
wyardley committed Sep 6, 2024
1 parent 5d7f7dd commit f1ac63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
spec/spec_helper.rb:
spec_overrides: "require 'spec_helper_local'"
facterdb_string_keys: true
mock_with: ':mocha'
spec_overrides: "require 'spec_helper_local'"
.puppet-lint.rc:
enabled_lint_checks:
- parameter_documentation
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
require 'voxpupuli/test/spec_helper'

RSpec.configure do |c|
c.facterdb_string_keys = false
c.mock_with :mocha
end

Expand Down

0 comments on commit f1ac63e

Please sign in to comment.