summaryrefslogtreecommitdiff
path: root/files/puppet/modules/pixelated/Rakefile
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-12-19 10:41:47 +0100
committervarac <varacanero@zeromail.org>2016-12-19 10:41:47 +0100
commit38e8e7b31b1b9deb39019ef8a1607d494022fab3 (patch)
tree1e06ce77c19f6a8243c39c69e171628ef581c30c /files/puppet/modules/pixelated/Rakefile
parent16aafa5ba4b629ea65d53454fa5c9af1ca7c8250 (diff)
git subrepo pull files/puppet/modules/pixelated
subrepo: subdir: "files/puppet/modules/pixelated" merged: "21f0340" upstream: origin: "https://github.com/pixelated/puppet-pixelated.git" branch: "master" commit: "21f0340" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "841aa43"
Diffstat (limited to 'files/puppet/modules/pixelated/Rakefile')
-rw-r--r--files/puppet/modules/pixelated/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/puppet/modules/pixelated/Rakefile b/files/puppet/modules/pixelated/Rakefile
index 7fb499f..24277ce 100644
--- a/files/puppet/modules/pixelated/Rakefile
+++ b/files/puppet/modules/pixelated/Rakefile
@@ -2,7 +2,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_fileserver')
-PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
+PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "vendor/**/*"]
desc "Validate manifests, templates, and ruby files"
task :validate do
@@ -17,4 +17,5 @@ task :validate do
end
end
+
task :test => [:lint, :syntax , :validate, :spec]