Revision 81a3503a170d7c112a75ad72c7da7f5c2037590b authored by Antoine Musso on 06 June 2017, 07:41:54 UTC, committed by Elukey on 08 June 2017, 09:15:34 UTC
deployment-aqs{01,02,03} fail puppet with:

    Could not find data item profile::cassandra::allow_analytics in any
    Hiera data file

The setting has been introduced in 6da30838ab. It is solely in the hiera
'role' hierarchy, however it is not looked up on deployment-prep.

Change-Id: Ia134b06da6200e4a25da4e8fe5676bdf9f3550b0
1 parent 14eda87
Raw File
Gemfile
source 'https://rubygems.org'

gem 'puppet', '~> 3.7.0'
gem 'xmlrpc' if RUBY_VERSION >= '2.4.0'
gem 'puppet-strings', '~> 1.0.0'
gem 'rspec-puppet', '~> 2.3.2'
gem 'puppetlabs_spec_helper', '< 2.0.0'
# Puppet 3.7 fails on ruby 2.2+
# https://tickets.puppetlabs.com/browse/PUP-3796
gem 'safe_yaml', '~> 1.0.4'

gem 'rake', '~> 10.4', '>= 10.4.2'
gem 'git', '1.3.0'
gem 'puppet-lint', '2.0.2'
gem 'rubocop', '~> 0.35.1', require: false
back to top