Skip to content

Commit

Permalink
Re-enable kitchen testing against latest Chef Infra client
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Larionov <[email protected]>
  • Loading branch information
decoyjoe committed Jan 27, 2025
1 parent 18146dd commit dc572b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
driver:
name: dokken
privileged: true
# Latest Chef container (18.6.2) is broken: https://github.com/chef/chef/issues/14760
# chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
chef_version: '18.3'
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
intermediate_instructions:
- | # Need to set "IPv6_rpfilter=no" otherwise firewalld won't start inside Docker container
RUN mkdir -p /etc/firewalld && \
Expand Down

0 comments on commit dc572b0

Please sign in to comment.