Closed jlosito closed 3 years ago
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
Closing due to inactivity. If this is still an issue please reopen or open another issue. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
Cookbook version
3.5.0
Chef-client version
14.8.12
Platform Details
Ubuntu 16.04.6
Scenario:
It appears that the cookbook is not idempotent when during the default recipe. The ruby block which tries to /usr/local/maven-3.5.2/bin' to chef-client ENV['PATH'] possibly due to the ark cookbook.
Steps to Reproduce:
I've created a simple wrapper cookbook with
include_recipe 'maven::default'
as the only line. I've also checked for idempotency in the .kitchen.yaml.Expected Result:
The cookbook to be idempotent.
Actual Result: