
Basic module framework as output by cookiecutter using the openstack-infra/puppet-infra-cookiecutter template. Change-Id: Ibbbc6ba09cf7ce0253b1b8b3a3d6f511bcfd4516
10 lines
256 B
Ruby
10 lines
256 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
|
|
end
|
|
|
|
# vim:ft=ruby
|