removed chef vendor
This commit is contained in:
4
ops/cookbooks/vendor/ark/recipes/default.rb
vendored
4
ops/cookbooks/vendor/ark/recipes/default.rb
vendored
@ -18,6 +18,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
package node['ark']['package_dependencies'] unless %w(windows mac_os_x).include?(node['platform_family'])
|
||||
package node['ark']['package_dependencies'] unless platform_family?('windows', 'mac_os_x')
|
||||
|
||||
include_recipe 'seven_zip' if node['platform_family'] == 'windows'
|
||||
include_recipe 'seven_zip' if platform_family?('windows')
|
||||
|
Reference in New Issue
Block a user