Open corbesero opened 8 years ago
Heya, the quagga service is how quagga runs in debian environments ("service quagga start" etc). This might be different in RHEL (don't know much about it), which would cause the error.
After some wrestling with test kitchen, I was able to bring up a debian vm to see how things install there. I was using debian 8.5. But, it could not find the quagga package. Are you using a specific version of debian?
I was also to get an ubuntu vm up. There the package installs, but a service check on "quagga" fails so the cookbook does not converge. I am doing that on ubuntu 16.04.
I am trying to use the cookbook on rhel (centos 6.x to be exact), but it fails on the service 'quagga' resource in the ::default recipe.
================================================================================ Error executing action
enable
on resource 'service[quagga]' ================================================================================ Chef::Exceptions::ServiceShould that be the 'zebra' service?