puppet-refstack/Gemfile
Paul Van Eck fd7f74bd99 Fix puppet lint errors
Required parameters must be listed first now, so this patch
brings required parameters to the top.

Also use infra_spec_helper for gem dependencies like other puppet
projects.

Change-Id: Ib9808fda496cada13d0b2b65e6f155022ebafdf9
2017-05-24 13:48:35 -07:00

12 lines
371 B
Ruby

source 'https://rubygems.org'
group :development, :test, :system_tests do
gem 'puppet-openstack_infra_spec_helper',
:git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper',
:require => false
# Not all modules can do this, so we add it here to the ones that can
gem 'puppet-lint-empty_string-check'
end
# vim:ft=ruby