summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-25 23:04:41 +0000
committerGerrit Code Review <review@openstack.org>2017-01-25 23:04:41 +0000
commit6d94616a7143b0d2c9b5a117472c7c0d730cab4a (patch)
tree1fc45812caa4e8c73e5b6c145f4e1a6dfdd88b4c /Rakefile
parentb7cde684f20881c480681abaec18503502824b80 (diff)
parentf9efeb158261fbdad206ea072c4c628636c1a5f4 (diff)
Merge "Composable HA"
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 168d108..0ff1f03 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1 +1,7 @@
require 'puppet-openstack_spec_helper/rake_tasks'
+
+# We disable the unquoted node name check because puppet-pacemaker node
+# properies make use of attributes called 'node' and puppet-lint breaks on
+# them: https://github.com/rodjek/puppet-lint/issues/501
+# We are not using site.pp with nodes so this is safe.
+PuppetLint.configuration.send('disable_unquoted_node_name')