chef/cookbooks/git/libraries/provider_git_client.rb
Sebastian Kippe 0005f9ab7d
Add golang cookbook
Needs updating of ark and git cookbooks
2020-08-23 11:01:05 +02:00

8 lines
128 B
Ruby

class Chef
class Provider
class GitClient < Chef::Provider::LWRPBase
include GitCookbook::Helpers
end
end
end