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
manage_hostsfile does not work as expected. The following error msg is encountered:
'hosts_file_entry' is not a valid Chef resource.
Please consult the documentation for a list of valid resources:
https://docs.chef.io/resource_reference.html
🥞 Cookbook version
1.0.1
👩🍳 Chef-Infra Version
chef-client 16/17
🎩 Platform details
CentOS 7
Steps To Reproduce
Steps to reproduce the behavior:
Create wrapper cookbook.
add include_recipe 'dnsmasq' to the default recipe
👻 Brief Description
manage_hostsfile does not work as expected. The following error msg is encountered:
🥞 Cookbook version
1.0.1
👩🍳 Chef-Infra Version
chef-client 16/17
🎩 Platform details
CentOS 7
Steps To Reproduce
Steps to reproduce the behavior:
include_recipe 'dnsmasq'
to the default recipe🚓 Expected behavior
Should create two entries in /etc/hosts that dnsmasq will resolv dns requests for.
The text was updated successfully, but these errors were encountered: