diff --git a/lib/cdist/path.py b/lib/cdist/path.py index c45ddcd6..73a90302 100644 --- a/lib/cdist/path.py +++ b/lib/cdist/path.py @@ -68,6 +68,8 @@ class Path: self.base_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)) self.temp_dir = tempfile.mkdtemp() + os.environ['__cdist_out_dir'] = self.temp_dir + self.target_host = target_host # Input directories