Skip to content

Commit e334b87

Browse files
authored
Merge pull request #121 from aried3r/patch-1
Use bracket syntax in attributes/default.rb
2 parents 58e5500 + 4948ff5 commit e334b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
# Define the client package name
22-
case platform
22+
case node['platform']
2323
when 'redhat', 'centos', 'fedora', 'amazon', 'oracle', 'scientific'
2424
default['sshclient']['package'] = 'openssh-clients'
2525
when 'debian', 'ubuntu'

0 commit comments

Comments
 (0)