Skip to content

Commit f25155c

Browse files
authored
Merge pull request #142 from OpenVoxProject/openvox
Switch from facter to openfact
2 parents 4ccb4d6 + b4a7909 commit f25155c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ end
1414

1515
# Make sure these gem requirements are in sync with the gempspec. Specifically,
1616
# the runtime_dependencies in openvox.gemspec match the runtime dependencies here
17-
# (like facter, semantic_puppet, and puppet-resource_api)
17+
# (like openfact, semantic_puppet, and puppet-resource_api)
1818

19-
gem "facter", *location_for(ENV['FACTER_LOCATION'] || ["~> 4.3"])
19+
gem "openfact", *location_for(ENV['OPENFACT_LOCATION'] || ["~> 5.0"])
2020
gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"])
2121
gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"])
2222

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Gem::Specification.new do |spec|
2424
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
2525
spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
2626
spec.add_runtime_dependency('deep_merge', '~> 1.0')
27-
spec.add_runtime_dependency('facter', ['>= 4.3.0', '< 5'])
2827
spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 4')
2928
spec.add_runtime_dependency('getoptlong', '~> 0.2.0')
3029
spec.add_runtime_dependency('locale', '~> 2.1')
3130
spec.add_runtime_dependency('multi_json', '~> 1.13')
31+
spec.add_runtime_dependency('openfact', '~> 5.0')
3232
spec.add_runtime_dependency('ostruct', '~> 0.6.0')
3333
spec.add_runtime_dependency('puppet-resource_api', '~> 1.5')
3434
spec.add_runtime_dependency('racc', '~> 1.5')

0 commit comments

Comments
 (0)