forked from ungleich-public/cdist
remove old type.path
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c93e0f90c9
commit
14c9317f66
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class ConfigInstall:
|
|||
env['__cdist_manifest'] = manifest_path
|
||||
|
||||
# Required to find types in emulator
|
||||
env['__cdist_type_base_path'] = type.path
|
||||
env['__cdist_type_base_path'] = self.context.type_base_path
|
||||
|
||||
# Other environment stuff
|
||||
if extra_env:
|
||||
|
|
Loading…
Reference in a new issue