When you test your Chef cookbook in Test Kitchen you may get the following warning:
warning: Insecure world writable dir MY_DIRECTORY/PATH in PATH, mode 040777
To stop this warning message, execute
chmod 755 MY_DIRECTORY/PATH
Knowledge Base for IT Professionals, Teachers and Astronauts
When you test your Chef cookbook in Test Kitchen you may get the following warning:
warning: Insecure world writable dir MY_DIRECTORY/PATH in PATH, mode 040777
To stop this warning message, execute
chmod 755 MY_DIRECTORY/PATH