wrap into a class

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent e8a6d89e3c
commit 0dc6af2512
  1. 1
      bin/cdist

@ -74,7 +74,6 @@ class Cdist:
"""Run something on the remote side and fail is something breaks"""
newargs = ["ssh", "root@" + self.hostname]
newargs.extend(*args)
print(newargs, "bbbbb", self.hostname)
self.run_or_fail(newargs)
def remove_remote_dir(self, destination):

Loading…
Cancel
Save