Sha256: 809ce2dc9e2ea3b78884480dbc325b03ac854195256ad30eabbd1af43a340fa5
Contents?: true
Size: 221 Bytes
Versions: 2
Compression:
Stored size: 221 Bytes
Contents
class Chef class Provider class GitClient < Chef::Provider::LWRPBase use_inline_resources def whyrun_supported? true end include GitCookbook::Helpers end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-12.8.1 | acceptance/top-cookbooks/test_run/git/libraries/provider_git_client.rb |
chef-12.8.1-universal-mingw32 | acceptance/top-cookbooks/test_run/git/libraries/provider_git_client.rb |