예제 #1
0
파일: core.py 프로젝트: tav/bolt-python
def builtin_sudo(spec, arg):
    """run the sudoed command on remote hosts"""

    return sudo(
        arg, spec.shell, spec.pty, spec.combine_stderr, None, spec.dir,
        spec.format
        )
예제 #2
0
파일: core.py 프로젝트: tav/bolt-python
 def run_sudo():
     return sudo(
         arg, spec.shell, spec.pty, spec.combine_stderr, None, spec.dir,
         spec.format
         )
예제 #3
0
파일: core.py 프로젝트: tav/bolt-python
 def run_sudo():
     return sudo(
         command, shell, pty, combine_stderr, user, dir, format
         )