aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2014-12-11 13:57:30 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2014-12-11 13:57:30 +0100
commitaae3299e7960ea0fe54a9fca4c15861d99669ba5 (patch)
treebaf6c0b07ad1fa0c104f463c4f360fc49198de7f /Rakefile
parent3ee2735268a16d6e1960eddd8d45bef7a3eb436c (diff)
downloadpuppet-dhcp-aae3299e7960ea0fe54a9fca4c15861d99669ba5.tar.gz
puppet-dhcp-aae3299e7960ea0fe54a9fca4c15861d99669ba5.tar.bz2
Update with modulesync_configs [skip ci]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 47d75d8..5cf3aa8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,6 +2,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings
+PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]