From 4a54d1420ef7ea86e943ee3ae66071063da8b328 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 24 Jul 2017 19:12:43 +0200 Subject: [PATCH] Remove unwanted fixme --- cdist/exec/remote.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cdist/exec/remote.py b/cdist/exec/remote.py index 9588db74..7a1fab3d 100644 --- a/cdist/exec/remote.py +++ b/cdist/exec/remote.py @@ -186,7 +186,6 @@ class Remote(object): cmd = self._exec.split() cmd.append(self.target_host[0]) - # FIXME: replace this by -o SendEnv name -o SendEnv name ... to ssh? # can't pass environment to remote side, so prepend command with # variable declarations