Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #313 from jesusaurus/sudosudo
Browse files Browse the repository at this point in the history
Sudo is being prepended later if needed.
  • Loading branch information
techhat committed Feb 6, 2013
2 parents d7b2b13 + ec26de1 commit 49e35fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltcloud/clouds/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def create(vm_):

deployargs['minion_conf'] = saltcloud.utils.minion_conf_string(__opts__, vm_)
if 'ssh_username' in vm_:
deployargs['deploy_command'] = 'sudo /tmp/deploy.sh'
deployargs['deploy_command'] = '/tmp/deploy.sh'
deployargs['username'] = vm_['ssh_username']
deployargs['tty'] = True
else:
Expand Down

0 comments on commit 49e35fe

Please sign in to comment.