Merge "Fix puppet syntax for nodepool builder logic"

This commit is contained in:
Zuul 2018-05-21 03:58:28 +00:00 committed by Gerrit Code Review
commit 821256b02d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class openstackci::nodepool (
python_version => $python_version,
}
if (install_nodepool_builder) {
if ($install_nodepool_builder) {
class { '::nodepool::builder':
statsd_host => $statsd_host,
builder_logging_conf_template => $builder_logging_conf_template,