cookbook-openstack-common/spec/cookbooks/test-openstack-common-database/recipes/default.rb

7 lines
153 B
Ruby

## this recipe is just for the spec of the lwrp openstack_common_database
openstack_common_database('service') do
user 'db_user'
pass 'db_pass'
end