mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed blank line at end of chassis.py
This commit is contained in:
parent
858875e9fd
commit
1a58283f23
2 changed files with 3 additions and 1 deletions
|
@ -41,4 +41,3 @@ def cmd(cmd, *args, **kwargs):
|
|||
kwargs['admin_password'] = __pillar__['proxy']['admin_password']
|
||||
kwargs['host'] = __pillar__['proxy']['host']
|
||||
return __proxy__[proxycmd](cmd, *args, **kwargs)
|
||||
|
||||
|
|
3
test.py
Normal file
3
test.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
ssh -t -t -oStrictHostKeyChecking=no-oUserKnownHostsFile=/dev/null-oControlPath=none -p 22 root@23.253.99.246 '/tmp/.saltcloud-27c5ff27-08d5-4eb6-b76f-bc3a33986c88/deploy.sh -c '" '" '/tmp/.saltcloud-27c5ff27-08d5-4eb6-b76f-bc3a33986c88 '" '" ' '
|
||||
|
||||
'ssh -t -t -oStrictHostKeyChecking=no-oUserKnownHostsFile=/dev/null-oControlPath=none -p 22 root@104.239.240.12 \'sh -c "( mkdir -p \"/tmp/.saltcloud-129c7d91-3fa4-4098-b94d-bbaf1a9173d6\" && chmod 700 \"/tmp/.saltcloud-129c7d91-3fa4-4098-b94d-bbaf1a9173d6\" )"\' '
|
Loading…
Add table
Reference in a new issue