Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit d2de004

Browse files
Added unified_mode to resources and set minimal chef version to 15.3 since this is the first version that supports unified_mode
1 parent 2453f8d commit d2de004

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

kitchen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ suites:
2424
attributes:
2525
- name: shortcut_recipes
2626
run_list:
27-
- recipe[test::init_users]
2827
- recipe[codenamephp_dev::chrome]
2928
verifier:
3029
inspec_tests:

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license 'Apache-2.0'
77
description 'Installs all dev tools for infomax project development like browsers, git, openjdk, ...'
88
version '3.0.1'
9-
chef_version '>= 13.0'
9+
chef_version '>= 15.3'
1010
issues_url 'https://github.com/codenamephp/chef.cookbook.dev/issues'
1111
source_url 'https://github.com/codenamephp/chef.cookbook.dev'
1212

resources/chrome.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
unified_mode true
4+
35
action :install do
46
apt_repository 'google-chrome' do
57
uri 'http://dl.google.com/linux/chrome/deb/'

resources/jetbrains_toolbox.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
unified_mode true
4+
35
property :toolbox_path, String, default: '/usr/share/jetbrains-toolbox', description: 'The path where the files are downloaded to, extracted, ...'
46

57
action :install do

0 commit comments

Comments
 (0)