added some ideas from asteven and a bit more description about the order
in the manpage
This commit is contained in:
parent
4ef55ef13f
commit
197fabf40a
3 changed files with 10 additions and 6 deletions
|
|
@ -153,7 +153,9 @@ class Emulator(object):
|
|||
else:
|
||||
if self.cdist_object.exists:
|
||||
self.log.debug('Object %s override forced with CDIST_ALLOW_OVERRIDE=true',self.cdist_object.name)
|
||||
self.cdist_object.create()
|
||||
self.cdist_object.create(True)
|
||||
else
|
||||
self.cdist_object.create()
|
||||
self.cdist_object.parameters = self.parameters
|
||||
|
||||
# Record / Append source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue