79 lines
4.3 KiB
Text
79 lines
4.3 KiB
Text
@conflict ruby22-hiera-<3.0.0
|
|
${GEM_BIN}/hiera${GEM_BIN_SUFFIX}
|
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
|
${GEM_LIB}/gems/${DISTNAME}/bin/
|
|
${GEM_LIB}/gems/${DISTNAME}/bin/hiera
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/json_backend.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/yaml_backend.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/config.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/console_logger.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/error.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/fallback_logger.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/filecache.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/interpolate.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/noop_logger.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/puppet_logger.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/recursive_guard.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/util/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/util.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/util/win32.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/json_backend_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/yaml_backend_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/config_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/console_logger_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fallback_logger_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/filecache_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/config/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/config/hiera.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/data/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/data/common.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/config/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/config/hiera.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/config/hiera_iplm_hiera.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/config/hiera_iplm_hiera_bad.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/bad_interpolation.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/complex.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/frontend.json
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/niltest.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/recursive.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/role.json
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/data/weird_keys.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/override/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/override/config/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/override/config/hiera.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/override/data/
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/override/data/alternate.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/override/data/common.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/hiera_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/interpolate_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet_logger_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/util_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/unit/version_spec.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
|
${MODRUBY_RELEXAMPLEDIR}-hiera/
|
|
@sample ${SYSCONFDIR}/puppetlabs/
|
|
@sample ${SYSCONFDIR}/puppetlabs/code/
|
|
@sample ${SYSCONFDIR}/puppetlabs/code/hieradata/
|
|
${MODRUBY_RELEXAMPLEDIR}-hiera/hiera.yaml
|
|
@sample ${SYSCONFDIR}/puppetlabs/code/hiera.yaml
|