From 89061130417dadb5c25b4c305716fb4f313ca4d6 Mon Sep 17 00:00:00 2001 From: James Martelletti Date: Thu, 30 Oct 2014 15:34:31 +1100 Subject: [PATCH] Need to dig deeper into this, windows_package in newer version of chef has been changed --- metadata.rb | 2 +- recipes/windows.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.rb b/metadata.rb index ceee2986..00026f9c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -38,5 +38,5 @@ supports os end -suggests "windows" +depends "windows" suggests "aws" diff --git a/recipes/windows.rb b/recipes/windows.rb index 7ca8d7a8..8db7b4cc 100644 --- a/recipes/windows.rb +++ b/recipes/windows.rb @@ -70,7 +70,7 @@ windows_package node['java']['windows']['package_name'] do source cache_file_path - checksum node['java']['windows']['checksum'] + # checksum node['java']['windows']['checksum'] action :install installer_type :custom options "/s #{additional_options}"