You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Chef Automate v2 with this cookbook, the guard check for the deployment step fails with
================================================================================
Error executing action `run` on resource 'execute[/usr/local/bin/chef-automate deploy /tmp/kitchen/cache/config.toml --accept-terms-and-mlsa]'
================================================================================
Errno::ENOENT
-------------
execute[Guard resource] (dynamically defined) had an error: Errno::ENOENT: No such file or directory - chef-automate
In all other invocations of chef-automate the full path is supplied, but it is not in the guard.
Steps to Reproduce
Execute CHEF_VERSION=16.1 kitchen test chef-automatev2-centos-7
This same test with Chef Infra v16.2 has a different error: #259
The text was updated successfully, but these errors were encountered:
When installing Chef Automate v2 with this cookbook, the guard check for the deployment step fails with
In all other invocations of
chef-automate
the full path is supplied, but it is not in the guard.Steps to Reproduce
CHEF_VERSION=16.1 kitchen test chef-automatev2-centos-7
This same test with Chef Infra v16.2 has a different error: #259
The text was updated successfully, but these errors were encountered: