Close SSH session before exiting

This commit is contained in:
Thibault Jouan
2014-07-01 19:54:33 +00:00
parent 9359f2e595
commit 336003d2d7
6 changed files with 31 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ module Producer
def dry_run?
@dry_run
end
def cleanup
remote.cleanup
end
end
end
end