cookbook-openstack-common/resources/database.rb

7 lines
212 B
Ruby

actions :create
default_action :create
attribute :service, kind_of: String, name_attribute: true, required: true
attribute :user, kind_of: String, required: true
attribute :pass, kind_of: String, required: true