mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-14 00:45:09 +00:00
9 lines
130 B
Ruby
9 lines
130 B
Ruby
|
class Chef
|
||
|
class Provider
|
||
|
class MysqlService < Chef::Provider::LWRPBase
|
||
|
def action_create
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|