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
|
|
@ -50,7 +50,7 @@ class ConfigInstall(object):
|
|||
# Initialise local directory structure
|
||||
self.local.create_files_dirs()
|
||||
# Initialise remote directory structure
|
||||
self.remote.create_directories()
|
||||
self.remote.create_files_dirs()
|
||||
|
||||
self.explorer = core.Explorer(self.context.target_host, self.local, self.remote)
|
||||
self.manifest = core.Manifest(self.context.target_host, self.local)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue