Sha256: d0a961a9c88449072a48f860380fc3c723b12b7f9869c9d7b9b5961323084e0a

Contents?: true

Size: 258 Bytes

Versions: 7

Compression:

Stored size: 258 Bytes

Contents

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,
]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/firewall/Rakefile
freighthop-0.6.0 modules/firewall/Rakefile
freighthop-0.5.2 modules/firewall/Rakefile
freighthop-0.5.1 modules/firewall/Rakefile
freighthop-0.5.0 modules/firewall/Rakefile
freighthop-0.4.1 modules/firewall/Rakefile
freighthop-0.4.0 modules/firewall/Rakefile