We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote_file("/var/chef/cache/grafana-2.1.2.deb") do provider Chef::Provider::RemoteFile action [:create] retries 0 retry_delay 2 default_guard_interpreter :default path "/var/chef/cache/grafana-2.1.2.deb" backup 5 atomic_update true source ["https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.2_amd64.deb"] use_etag true use_last_modified true declared_type :remote_file cookbook_name "grafana" recipe_name "_install_file" checksum "34d6ae0e81db559bbfb71f1cee811469407eb197b9e8717e73930dceb47d4278" not_if "dpkg -l | grep '^ii' | grep grafana | grep 2.1.2" end
Downloading the file and checking the checksum gives me 57f52cc8e510f395f7f15caac841dc31e67527072fcbf5cc2d8351404989b298
The text was updated successfully, but these errors were encountered:
3c3de24
Thanks for reporting it. I'm not sure how this is possible, unless the packages have been regenerated.
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Downloading the file and checking the checksum gives me 57f52cc8e510f395f7f15caac841dc31e67527072fcbf5cc2d8351404989b298
The text was updated successfully, but these errors were encountered: