cookbook-openstack-ops-data.../Berksfile

10 lines
296 B
Ruby

source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-common")
cookbook "openstack-common", path: "../cookbook-openstack-common"
else
cookbook "openstack-common", git: "https://git.openstack.org/openstack/cookbook-openstack-common", branch: 'stable/queens'
end
metadata