From ac6b29edd669e28ed384b76368a76d4b592d15d3 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Apr 2015 12:07:57 +0200 Subject: more etcd work --- fabfile/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fabfile/__init__.py') diff --git a/fabfile/__init__.py b/fabfile/__init__.py index 8db5748..0a79308 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -33,3 +33,6 @@ def newvm(fqdn,ip,domain): def cp(local,remote): put(local,remote) + +def synci(): + get("/etc/network/interfaces",local_path="%(host)s/global/overlay/etc/interfaces") -- cgit v1.1