We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d86d3 commit 2304652Copy full SHA for 2304652
recipes/source.rb
@@ -19,7 +19,7 @@
19
# drive version from node attributes
20
git_client 'default' do
21
provider Chef::Provider::GitClient::Source
22
- source_checksum node['git']['0f30984828d573da01d9f8e78210d5f4c56da1697fd6d278bad4cfa4c22ba271']
+ source_checksum node['git']['checksum']
23
source_prefix node['git']['prefix']
24
source_url node['git']['url']
25
source_use_pcre node['git']['use_pcre']
0 commit comments