Skip to content

Commit

Permalink
Bump cinc client to 18.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Feb 5, 2024
1 parent 4d99c4c commit 4ac38b2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
chef_version: <%%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
product_name: cinc
chef_binary: /opt/cinc/bin/cinc-client
chef_license: accept-no-persist
chef_log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
chef_log_level: <%%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
client_rb:
# Needed to avoid apply2file error on intel for mac
file_backup_path: nil
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_anaconda/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: current
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
product_name: cinc
chef_binary: /opt/cinc/bin/cinc-client
chef_license: accept-no-persist
chef_log_level: auto
chef_log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
client_rb:
# Needed to avoid apply2file error on intel for mac
file_backup_path: nil
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/boxcutter_init/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: 17.10.0
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_ohai/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: current
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
product_name: cinc
chef_binary: /opt/cinc/bin/cinc-client
chef_license: accept-no-persist
chef_log_level: auto
chef_log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
client_rb:
# Needed to avoid apply2file error on intel for mac
file_backup_path: nil
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_python/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: current
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
product_name: cinc
chef_binary: /opt/cinc/bin/cinc-client
chef_license: accept-no-persist
chef_log_level: auto
chef_log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
client_rb:
# Needed to avoid apply2file error on intel for mac
file_backup_path: nil
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_site_settings/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: current
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
product_name: cinc
chef_binary: /opt/cinc/bin/cinc-client
chef_license: accept-no-persist
chef_log_level: auto
chef_log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>

transport:
name: dokken
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_users/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ driver:
privileged: true # allows systemd services to start
docker_registry: docker.io
chef_image: boxcutter/cinc
chef_version: current
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>

provisioner:
name: dokken
product_name: cinc
chef_binary: /opt/cinc/bin/cinc-client
chef_license: accept-no-persist
chef_log_level: auto
chef_log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>

transport:
name: dokken
Expand Down

0 comments on commit 4ac38b2

Please sign in to comment.