Added puppetlabs-firewall (required by puppetlabs-postgresql), updated the other modules.
This commit is contained in:
parent
5f4b7a3b72
commit
dee66abcdd
137 changed files with 11118 additions and 419 deletions
14
modules/firewall/Rakefile
Normal file
14
modules/firewall/Rakefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'puppetlabs_spec_helper/rake_tasks'
|
||||
|
||||
require 'puppet-lint/tasks/puppet-lint'
|
||||
PuppetLint.configuration.ignore_paths = ['vendor/**/*.pp']
|
||||
|
||||
task :default do
|
||||
sh %{rake -T}
|
||||
end
|
||||
|
||||
desc 'Run reasonably quick tests for CI'
|
||||
task :ci => [
|
||||
:lint,
|
||||
:spec,
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue