Open john-scalingo opened 7 months ago
Can you raise a pr to fix this?
I would love to. I have the PR ready but i need the approbation of my company for the Developer Certification of Origin. As soon as I have the go from my company I'll open the PR.
:ghost: Brief Description
On
vrrp_instances
thenotify_master
script is duplicated.:pancakes: Cookbook version
On versions after v4.0.0
Steps To Reproduce
Create an instance:
And run the cookbook. The file will contain the
notify_master "/tmp/test.sh"
line twice.:police_car: Expected behavior
The generated file should contain the following line:
notify_master "/tmp/test.sh"
only once.