summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-10-10 14:57:21 -0400
committerJames Shubin <james@shubin.ca>2014-10-10 14:57:21 -0400
commitcffe1540ecd4ac9159da1d6714412cf4252f8bde (patch)
treeca28f425f61015197bd2970ed05cf9b98340e1ea /Rakefile
parentf24cca2ac8d138aae71c019a9bf6f311395f562d (diff)
downloadpuppet-gluster-cffe1540ecd4ac9159da1d6714412cf4252f8bde.tar.gz
puppet-gluster-cffe1540ecd4ac9159da1d6714412cf4252f8bde.tar.xz
puppet-gluster-cffe1540ecd4ac9159da1d6714412cf4252f8bde.zip
Remove small errors from examples so that tests pass :)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 68a36ca..72ce031 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,6 +28,7 @@ exclude_paths = [
"vendor/**/*",
"spec/**/*",
"tmp/**/*",
+ "rpmbuild/**/*",
"vagrant/**/*", # TODO: remove this, once we update vagrant/ to puppet4
]
PuppetLint.configuration.ignore_paths = exclude_paths