We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f790c7 commit 0f82298Copy full SHA for 0f82298
recipes/tests.rb
@@ -117,6 +117,7 @@
117
if node['cfncluster']['cfn_node_type'] == "MasterServer" and node['cfncluster']['os'] == 'centos7' and node['cfncluster']['dcv']['installed'] == 'yes'
118
execute 'check dcv installed' do
119
command 'dcv version'
120
+ user node['cfncluster']['cfn_cluster_user']
121
end
122
123
0 commit comments