Skip to content

Commit e6447c1

Browse files
committed
(PUP-11621) Move Hiera 3 to Gemfile features group
1 parent ed7fa42 commit e6447c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ end
1414

1515
# override .gemspec deps - may issue warning depending on Bundler version
1616
gem "facter", :git => 'https://github.com/puppetlabs/facter'
17-
gem "hiera", *location_for(ENV['HIERA_LOCATION']) if ENV.has_key?('HIERA_LOCATION')
1817
gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"])
1918
gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"])
2019

2120
group(:features) do
2221
gem 'diff-lcs', '~> 1.3', require: false
22+
gem "hiera", *location_for(ENV['HIERA_LOCATION']) if ENV.has_key?('HIERA_LOCATION')
2323
gem 'hiera-eyaml', *location_for(ENV['HIERA_EYAML_LOCATION'])
2424
gem 'hocon', '~> 1.0', require: false
2525
# requires native libshadow headers/libs

0 commit comments

Comments
 (0)