Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>remotes/origin/feature_files_export
parent
820eea56fb
commit
5b70ff5694
@ -0,0 +1,30 @@ |
||||
GlobalExplorer |
||||
list_explorers() |
||||
list_explorers_names() |
||||
|
||||
base_dir |
||||
__init__(name) |
||||
out_dir |
||||
env |
||||
name = id |
||||
path |
||||
return_code |
||||
return_value |
||||
|
||||
-------------------------------------------------------------------------------- |
||||
Exec: |
||||
|
||||
normal: |
||||
|
||||
scp /from/where $USER@$HOST:REMOTE_BASE/cdist-internal |
||||
ssh $USER@$HOST MY_CMD_THAT_NEEDS_TO_RUN_IN_BIN_SH (including ENV) |
||||
|
||||
sudo: |
||||
|
||||
scp $USER@$HOST:REMOTE_BASE/cdist-internal |
||||
ssh $USER@$HOST sudo MY_CMD_THAT_NEEDS_TO_RUN_IN_BIN_SH (including ENV) |
||||
|
||||
chroot: |
||||
|
||||
[sudo] cp file /chroot/THE_HOST_BASE/REMOTE_BASE/cdist-internal |
||||
[sudo] chroot /chroot MY_CMD_THAT_NEEDS_TO_RUN_IN_BIN_SH (including ENV) |
Loading…
Reference in new issue