A new check for puppet-lint that checks template paths are in the
relative template('example/template.erb')
form rather than the absolute
template('/etc/puppet/modules/example/templates/template.erb')
format.
To use this plugin add the following line to your Gemfile
gem 'puppet-lint-absolute_template_path'
and then run bundle install
.
This plugin provides a new check to puppet-lint
.
WARNING: template module paths should be relative, not absolute on line 5
You can find a list of my puppet-lint
plugins in the
unixdaemon puppet-lint-plugins repo.