Chef :: Exceptions :: ChecksumMismatch bei der Installation von nginx-1.7.8 von source

Ich erhalte den folgenden Fehler beim Ausführen vonvagrant up --provision um meine Entwicklungsumgebung mit vagrant einzurichten ...

==> default: [2014-12-08T20:33:51+00:00] ERROR: remote_file[http://nginx.org/download/ngi,nx-1.7.8.tar.gz] (nginx::source line 58) had an error: Chef::Exceptions::ChecksumMismatch: Checksum on resource (0510af) does not match checksum on content (12f75e)

Mein Küchenchef JSON hat folgendes für nginx:

"nginx": {
"version": "1.7.8",
"user": "deploy",
"init_style": "init",
"modules": [
  "http_stub_status_module",
  "http_ssl_module",
  "http_gzip_static_module"
],
"passenger": {
  "version": "4.0.53",
  "gem_binary": "/home/vagrant/.rbenv/shims/gem"
},
"configure_flags": [
  "--add-module=/home/vagrant/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/passenger-3.0.18/ext/nginx"
],
"gzip_types": [
  "text/plain",
  "text/html",
  "text/css",
  "text/xml",
  "text/javascript",
  "application/json",
  "application/x-javascript",
  "application/xml",
  "application/xml+rss"
]}

und Cheffile hat das folgende Kochbuch:

cookbook 'nginx'

Wie löse ich die Checksum Mismatch?

Antworten auf die Frage(2)

Ihre Antwort auf die Frage