there is no such thing as cdist install in master
remove all traces of it to prevent the ongoing merge issues when using the real thing Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
5b79a97d34
commit
3de9b869ac
21 changed files with 261 additions and 357 deletions
|
|
@ -78,11 +78,6 @@ class Emulator(object):
|
|||
def run(self):
|
||||
"""Emulate type commands (i.e. __file and co)"""
|
||||
|
||||
if '__install' in self.env:
|
||||
if not self.cdist_type.is_install:
|
||||
self.log.debug("Running in install mode, ignoring non install type")
|
||||
return True
|
||||
|
||||
self.commandline()
|
||||
self.setup_object()
|
||||
self.save_stdin()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue