diff --git a/cdist/exec/local.py b/cdist/exec/local.py index ec7a6ee8..fd764378 100644 --- a/cdist/exec/local.py +++ b/cdist/exec/local.py @@ -149,6 +149,7 @@ class Local(object): self.mkdir(self.global_explorer_out_path) self.mkdir(self.object_path) self.mkdir(self.bin_path) + self.mkdir(self.cache_path) def create_files_dirs(self): self._init_directories()