Closed spion06 closed 7 years ago
I'm currently working on writing some tests. the coverage on this cookbook is fairly atrocious so quite a few things aren't stubbed out yet
after looking though a bit deeper when writing actual tests it appears the confd_sysctl
method might have been the only reference that was incorrect
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
With 0.10.0 conf_file was deprecated however there are still incorrect references in code to that attribute. The references that are to
conf_file
should be toconf_dir
. If conf_file is specified then no sysctl entries can be added to a nodeIssues Resolved
Unsure
Check List