Update ark cookbook
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
Array(node['ark']['package_dependencies']).each do |pkg|
|
||||
package pkg
|
||||
end
|
||||
package node['ark']['package_dependencies'] unless %w(windows mac_os_x).include?(node['platform_family'])
|
||||
|
||||
include_recipe "seven_zip" if node['platform_family'] == 'windows'
|
||||
include_recipe 'seven_zip' if node['platform_family'] == 'windows'
|
||||
|
||||
Reference in New Issue
Block a user