Jeremy Stanley 5336c6aecc Initial boilerplate files
Basic module framework as output by cookiecutter using the
openstack-infra/puppet-infra-cookiecutter template.

Change-Id: Ibbbc6ba09cf7ce0253b1b8b3a3d6f511bcfd4516
2016-07-18 20:45:00 +00:00

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