Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request bdangit#43 from gkope/feature/remove/checksum
Browse files Browse the repository at this point in the history
Removed Checksum from influxdb pkg download
  • Loading branch information
jakedavis committed Jan 29, 2015
2 parents ff7d63f + 54d93e6 commit 68a843c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
# Versions are mapped to checksums
# By default, always installs 'latest'
default[:influxdb][:version] = 'latest'
default[:influxdb][:versions] = {
amd64: {
'0.8.5' => '58ae034557e6a2886530577ab368ed2153b4e0a41bcfa57d8b15a9d5006f14d0',
:latest => '58ae034557e6a2886530577ab368ed2153b4e0a41bcfa57d8b15a9d5006f14d0'
},
i686: {
'0.8.5' => 'b551d6d152c9af6e66a1eba3c07578a20678d0d3f3efa8852f19e2befd96a7fd',
:latest => 'b551d6d152c9af6e66a1eba3c07578a20678d0d3f3efa8852f19e2befd96a7fd'
}
}

# Default influxdb recipe action. Consider [:create, :start]
default[:influxdb][:action] = [:create]
Expand Down
1 change: 0 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

influxdb 'main' do
source node[:influxdb][:source]
checksum node[:influxdb][:versions][arch][ver]
config node[:influxdb][:config]
action node[:influxdb][:action]
end

0 comments on commit 68a843c

Please sign in to comment.