Skip to content

Commit d8ba2ec

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 423ba5e + 5ce31f5 commit d8ba2ec

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

.kitchen.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ I plan to work through the other distros over time.
2222
* 2016
2323

2424
# Successfully Tested Versions
25-
| Driver | Version |
25+
| Software | Version |
2626
| :--- | :--- |
2727
| Mac OSX | 10.12.4 |
2828
| Docker | 17.03.1-ce, build c6d412e |

recipes/docker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deploy DNS Update Script (For awslogs init script)
1+
# Deploy Network Config for Docker (For init script looking for /etc/sysconfig/network)
22
template '/etc/sysconfig/network' do
33
source 'docker/sysconfig.network.erb'
44
owner 'root'

0 commit comments

Comments
 (0)