Skip to content

Commit 0fc273f

Browse files
committed
Chef 17 compatibility changes
1 parent 3ad0afe commit 0fc273f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kitchen.dokken.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
driver:
33
name: dokken
44
privileged: true
5+
chef_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
56

67
transport:
78
name: dokken

resources/_user_ssh.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19+
unified_mode true
20+
1921
include UserSsh::Cookbook::GeneralHelpers
2022

2123
property :cookbook, String,

0 commit comments

Comments
 (0)