What are some recommended first steps for troubleshooting a Puppet module?
Verify that the module is located in the modules directory of the correct environment.
Verify that expected subdirectories, including files and templates, are located in the modules directory.
If you're using a Puppetfile to manage modules, verify that all dependencies are included in the file. There is no automatic dependency resolution when using a Puppetfile. See managing environment content with a Puppetfile for more guidance on working with Puppetfiles.
Comments
0 comments
Please sign in to leave a comment.