diff options
author | John Keiser <john@johnkeiser.com> | 2016-01-28 16:10:42 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-01-28 16:25:35 -0800 |
commit | 1b4bae95b0230a2105253aeacff2e701a9f11f08 (patch) | |
tree | a2c516f9ad55a4a59c65310a01fd875a91b9eaf3 /spec/run_oc_pedant.rb | |
parent | 934ffef0432b0245691b08487a7a5f094c90dc6f (diff) | |
download | chef-zero-1b4bae95b0230a2105253aeacff2e701a9f11f08.tar.gz |
Run chef-zero against master chef on travis
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r-- | spec/run_oc_pedant.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 47d878b..92ef136 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -93,6 +93,10 @@ begin else [] end + # The latest released Chef doesn't do ACLs, Cookbook Artifacts or Policies yet + chef_fs_skips << '--skip-acl' + chef_fs_skips << '--skip-cookbook-artifacts' + chef_fs_skips << '--skip-policies' # These things aren't supported by Chef Zero in any mode of operation: default_skips = [ |