Mercurial > repos > other > Puppet
view modules/firewall/Rakefile @ 216:436be6e59198 puppet-3.6
Blacklist more username probes, including:
* numbers
* abc123
* botmaster
* root with numbers
* wp-user (who even runs Wordpress under its own user?)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 03 Aug 2019 09:54:10 +0100 |
parents | d6f2a0ee45c0 |
children |
line wrap: on
line source
require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('relative') PuppetLint.configuration.send('disable_80chars') PuppetLint.configuration.send('disable_class_inherits_from_params_class') PuppetLint.configuration.send('disable_documentation') PuppetLint.configuration.send('disable_single_quote_string_with_variables') PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]