@@ -35,8 +35,8 @@ platforms:
3535 ssl_verify_mode : " :verify_none"
3636 provisioner :
3737 name : chef_zero
38- require_chef_omnibus : 12.19.36
39- always_update_cookbooks : true
38+ require_chef_omnibus : 12.21.4
39+ # always_update_cookbooks: true
4040 data_bags_path : test/data_bags
4141 encrypted_data_bag_secret_key_path : test/data_bags/encrypted_data_bag_secret
4242 roles_path : test/roles
@@ -121,8 +121,8 @@ suites:
121121 - name : ec2_base
122122 provisioner :
123123 name : chef_zero
124- always_update_cookbooks : true
125- require_chef_omnibus : 12.19.36
124+ # always_update_cookbooks: true
125+ require_chef_omnibus : 12.21.4
126126 data_bags_path : test/data_bags
127127 encrypted_data_bag_secret_key_path : test/data_bags/encrypted_data_bag_secret
128128 roles_path : test/roles
@@ -159,16 +159,16 @@ suites:
159159# git: https://github.com/bonusbits/inspec_bonusbits_base.git
160160 - path : ../inspec_bonusbits_base
161161 attributes :
162- chef_version : ' 12.19.36 '
162+ chef_version : ' 12.21.4 '
163163 configure_backups : ' true'
164164 debug : ' true'
165165 includes : ["amazon-ec2"]
166166
167167 - name : ec2_base_epel_repo
168168 provisioner :
169169 name : chef_zero
170- always_update_cookbooks : true
171- require_chef_omnibus : 12.19.36
170+ # always_update_cookbooks: true
171+ require_chef_omnibus : 12.21.4
172172 data_bags_path : test/data_bags
173173 encrypted_data_bag_secret_key_path : test/data_bags/encrypted_data_bag_secret
174174 roles_path : test/roles
@@ -204,15 +204,15 @@ suites:
204204 - name : bonusbits_base
205205 git : https://github.com/bonusbits/inspec_bonusbits_base.git
206206 attributes :
207- chef_version : ' 12.19.36 '
207+ chef_version : ' 12.21.4 '
208208 configure_epel : ' true'
209209 install_epel_packages : ' true'
210210 includes : ["amazon-ec2"]
211211
212212 - name : ec2_base_no_software
213213 provisioner :
214214 name : chef_zero
215- require_chef_omnibus : 12.19.36
215+ require_chef_omnibus : 12.21.4
216216 data_bags_path : test/data_bags
217217 encrypted_data_bag_secret_key_path : test/data_bags/encrypted_data_bag_secret
218218 roles_path : test/roles
@@ -248,7 +248,7 @@ suites:
248248 - name : bonusbits_base
249249 git : https://github.com/bonusbits/inspec_bonusbits_base.git
250250 attributes :
251- chef_version : ' 12.19.36 '
251+ chef_version : ' 12.21.4 '
252252 install_packages : ' false'
253253 includes : ["amazon-ec2"]
254254
@@ -266,7 +266,7 @@ suites:
266266 git : https://github.com/bonusbits/inspec_bonusbits_base.git
267267# - path: ../inspec_bonusbits_base
268268 attributes :
269- chef_version : ' 12.19.36 '
269+ chef_version : ' 12.21.4 '
270270 attributes :
271271 <% if ENV['CIRCLECI'] %>
272272 bonusbits_base :
@@ -287,7 +287,7 @@ suites:
287287 - name : bonusbits_base
288288 git : https://github.com/bonusbits/inspec_bonusbits_base.git
289289 attributes :
290- chef_version : ' 12.19.36 '
290+ chef_version : ' 12.21.4 '
291291 configure_epel : ' true'
292292 install_epel_packages : ' true'
293293 attributes :
@@ -310,7 +310,7 @@ suites:
310310 - name : bonusbits_base
311311 git : https://github.com/bonusbits/inspec_bonusbits_base.git
312312 attributes :
313- chef_version : ' 12.19.36 '
313+ chef_version : ' 12.21.4 '
314314 install_packages : ' false'
315315 attributes :
316316 <% if ENV['CIRCLECI'] %>
0 commit comments