forked from ungleich-public/cdist
be consistent in remote
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
cbe95b18e6
commit
dcaa70e6be
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ class Remote(object):
|
|||
|
||||
self.log = logging.getLogger(self.target_host)
|
||||
|
||||
def create_directories(self):
|
||||
def create_files_dirs(self):
|
||||
self.rmdir(self.base_path)
|
||||
self.mkdir(self.base_path)
|
||||
self.mkdir(self.conf_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue