Skip to content

Commit 0f82298

Browse files
lukeseawalkerrexcsn
authored andcommitted
Change user for the execution of the dcv kitchen test
The command is executed by a non root user Signed-off-by: Luca Carrogu <[email protected]>
1 parent 2f790c7 commit 0f82298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/tests.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
if node['cfncluster']['cfn_node_type'] == "MasterServer" and node['cfncluster']['os'] == 'centos7' and node['cfncluster']['dcv']['installed'] == 'yes'
118118
execute 'check dcv installed' do
119119
command 'dcv version'
120+
user node['cfncluster']['cfn_cluster_user']
120121
end
121122
end
122123

0 commit comments

Comments
 (0)