File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# override .gemspec deps - may issue warning depending on Bundler version
16
16
gem "facter" , :git => 'https://github.com/puppetlabs/facter'
17
- gem "hiera" , *location_for ( ENV [ 'HIERA_LOCATION' ] ) if ENV . has_key? ( 'HIERA_LOCATION' )
18
17
gem "semantic_puppet" , *location_for ( ENV [ 'SEMANTIC_PUPPET_LOCATION' ] || [ "~> 1.0" ] )
19
18
gem "puppet-resource_api" , *location_for ( ENV [ 'RESOURCE_API_LOCATION' ] || [ "~> 1.5" ] )
20
19
21
20
group ( :features ) do
22
21
gem 'diff-lcs' , '~> 1.3' , require : false
22
+ gem "hiera" , *location_for ( ENV [ 'HIERA_LOCATION' ] ) if ENV . has_key? ( 'HIERA_LOCATION' )
23
23
gem 'hiera-eyaml' , *location_for ( ENV [ 'HIERA_EYAML_LOCATION' ] )
24
24
gem 'hocon' , '~> 1.0' , require : false
25
25
# requires native libshadow headers/libs
You can’t perform that action at this time.
0 commit comments