hapi-fhir/vagrant/chef/cookbooks/mysql/libraries/provider_mysql_service.rb

9 lines
130 B
Ruby
Raw Normal View History

2014-10-06 21:47:56 -04:00
class Chef
class Provider
class MysqlService < Chef::Provider::LWRPBase
def action_create
end
end
end
end