We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using this cookbook inside a Docker container, it throws the following error:
file[/etc/hosts] (dynamically defined) had an error: Errno::EBUSY: Device or resource busy @ sys_fail2 - (/etc/.chef-hosts20160517-3251-tp1f8b, /etc/hosts)
This issue is discussed here, where @lamont-granquist suggests setting atomic_update false on the resource.
atomic_update false
It would be nice if the LWRP would support a property to allow you to control atomic_update.
The text was updated successfully, but these errors were encountered:
https://github.com/chef-cookbooks/resolver/pull/22/files
i had to do a similar fix there for /etc/resolv.conf
Sorry, something went wrong.
@lamont-granquist thanks, i have filed a PR based on your fix.
No branches or pull requests
When using this cookbook inside a Docker container, it throws the following error:
file[/etc/hosts] (dynamically defined) had an error: Errno::EBUSY: Device or resource busy @ sys_fail2 - (/etc/.chef-hosts20160517-3251-tp1f8b, /etc/hosts)
This issue is discussed here, where @lamont-granquist suggests setting
atomic_update false
on the resource.It would be nice if the LWRP would support a property to allow you to control atomic_update.
The text was updated successfully, but these errors were encountered: