forked from ungleich-public/cdist
out_path -> base_path
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
ffeaa3d06b
commit
2f5de23ae9
6 changed files with 39 additions and 35 deletions
|
|
@ -94,7 +94,7 @@ class Manifest(object):
|
|||
self.env = {
|
||||
'PATH': "%s:%s" % (self.local.bin_path, os.environ['PATH']),
|
||||
'__cdist_type_base_path': self.local.type_path, # for use in type emulator
|
||||
'__global': self.local.out_path,
|
||||
'__global': self.local.base_path,
|
||||
'__target_host': self.target_host,
|
||||
}
|
||||
if self.log.getEffectiveLevel() == logging.DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue