0005f9ab7d
Needs updating of ark and git cookbooks
8 lines
128 B
Ruby
8 lines
128 B
Ruby
class Chef
|
|
class Provider
|
|
class GitClient < Chef::Provider::LWRPBase
|
|
include GitCookbook::Helpers
|
|
end
|
|
end
|
|
end
|