<div dir="ltr">I am attempting to update my Puppet module [1] that manages oVirt and have found my method for executing engine-setup works on a fresh install but fails if run after install, for example to enable reports.<div><br></div><div>Normally I run this:</div><div><br></div><div>yes &#39;Yes&#39; | engine-setup --config-append=/var/lib/ovirt-engine/setup/answers/ovirt-engine-setup.conf<br></div><div><br></div><div>However if I&#39;ve already installed ovirt-engine and then install the packages for reports and re-run the above command it gets stuck at this step:</div><div><br></div><div>[ INFO  ] Stage: Setup validation</div><div>          During execution engine service will be stopped (OK, Cancel) [OK]: </div><div><br></div><div>Since &quot;Yes&quot; is not a valid response my method does not work.  Is there a flag I can provide in the answers file that would prevent the above prompt?  I am semi familiar with using expect but was hoping to avoid using expect from within a Puppet module.</div><div><br></div><div>Thanks,</div><div>- Trey</div><div><br></div><div>[1]: <a href="https://github.com/treydock/puppet-ovirt/tree/1.x">https://github.com/treydock/puppet-ovirt/tree/1.x</a></div></div>