In the interest of clarity, symbolic links should be declared by using an
ensure value of ensure => link
and explicitly specifying a value for the
target
attribute. Using a path to the target as the ensure value is not
recommended (style guide).
To disable this check you can add --no-ensure_not_symlink_target-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
.