summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2012-11-19 04:45:26 -0800
committerSteffen Zieger <me@saz.sh>2012-11-19 04:45:26 -0800
commit55d2f576e6f17719859f6230790ba7453c550a4e (patch)
tree1cd26f3247ca0505dc8a3f5c4d9eea24b560d202 /Rakefile
parente34a766c2d294a09af091935039058f160293c9c (diff)
parentf14ab8a15c76c72c2a8cb92cdd8d79bae613e6ca (diff)
Merge pull request #13 from newrelic/update-rake-lint
Create spec tests and puppet-lint cleanup
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..469b83c
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,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"]