@@ -120,6 +120,7 @@ suites:
120120 - name : ec2_base
121121 provisioner :
122122 name : chef_zero
123+ always_update_cookbooks : true
123124 require_chef_omnibus : 12.19.36
124125 data_bags_path : test/data_bags
125126 encrypted_data_bag_secret_key_path : test/data_bags/encrypted_data_bag_secret
@@ -153,18 +154,16 @@ suites:
153154 inspec_tests :
154155 - name : bootstrap
155156 git : https://github.com/bonusbits/inspec_bootstrap.git
156- # - path: test/inspec_bonusbits_base
157157 - name : bonusbits_base
158158 git : https://github.com/bonusbits/inspec_bonusbits_base.git
159159 attributes :
160160 chef_version : ' 12.19.36'
161- inside_aws : ' true'
162- configure_sudoers : ' true'
163161 includes : ["amazon-ec2"]
164162
165163 - name : ec2_base_epel_repo
166164 provisioner :
167165 name : chef_zero
166+ always_update_cookbooks : true
168167 require_chef_omnibus : 12.19.36
169168 data_bags_path : test/data_bags
170169 encrypted_data_bag_secret_key_path : test/data_bags/encrypted_data_bag_secret
@@ -202,8 +201,6 @@ suites:
202201 git : https://github.com/bonusbits/inspec_bonusbits_base.git
203202 attributes :
204203 chef_version : ' 12.19.36'
205- inside_aws : ' true'
206- configure_sudoers : ' true'
207204 configure_epel : ' true'
208205 install_epel_packages : ' true'
209206 includes : ["amazon-ec2"]
@@ -249,8 +246,6 @@ suites:
249246 git : https://github.com/bonusbits/inspec_bonusbits_base.git
250247 attributes :
251248 chef_version : ' 12.19.36'
252- configure_cloudwatch_logs : ' true'
253- inside_aws : ' true'
254249 install_packages : ' false'
255250 includes : ["amazon-ec2"]
256251
@@ -268,7 +263,6 @@ suites:
268263 git : https://github.com/bonusbits/inspec_bonusbits_base.git
269264 attributes :
270265 chef_version : ' 12.19.36'
271- configure_sudoers : ' true'
272266 attributes :
273267 <% if ENV['CIRCLECI'] %>
274268 bonusbits_base :
@@ -290,7 +284,6 @@ suites:
290284 git : https://github.com/bonusbits/inspec_bonusbits_base.git
291285 attributes :
292286 chef_version : ' 12.19.36'
293- configure_sudoers : ' true'
294287 configure_epel : ' true'
295288 install_epel_packages : ' true'
296289 attributes :
@@ -314,9 +307,7 @@ suites:
314307 git : https://github.com/bonusbits/inspec_bonusbits_base.git
315308 attributes :
316309 chef_version : ' 12.19.36'
317- inside_aws : ' false'
318310 install_packages : ' false'
319- configure_sudoers : ' true'
320311 attributes :
321312 <% if ENV['CIRCLECI'] %>
322313 bonusbits_base :
0 commit comments