/usr/share/puppet/modules.available/saz-rsyslog/Rakefile is in puppet-module-saz-rsyslog 2.2.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | require 'puppetlabs_spec_helper/rake_tasks'
# Enable puppet-lint for all manifests: rake lint
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send("disable_80chars") # no warnings on lines over 80 chars.
PuppetLint.configuration.ignore_paths = ["spec/fixtures/**/*.pp"]
|