puppet:// URL without modules/
When using puppet:// URLs, you should ensure that the path starts with
modules/
(as the most commonly used mount point in the Puppet fileserver).
What you have done
What you should have done:
Disabling the check
To disable this check you can add --no-puppet_url_without_modules-check
to your
puppet-lint
command line.
Alternatively, if you’re calling puppet-lint via the Rake task, you should
insert the following line to your Rakefile
.