aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-09 13:22:42 +0000
committerGerrit Code Review <review@openstack.org>2016-11-09 13:22:42 +0000
commit49e52544d2fc83002060567a40fe78b4fc514c6e (patch)
treeac0d13ded1bac1ffabd9ce6e9f1f87c0b6f05fc6 /manifests
parentf050e6ee9c97a7a14768770663b9357c9bf5b86b (diff)
parentd66e47f7e3c54dc659266457afd67c22485a15ec (diff)
Merge "Wrong default in docstring"
Diffstat (limited to 'manifests')
-rw-r--r--manifests/ui.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ui.pp b/manifests/ui.pp
index 41ad8d6..27e3e50 100644
--- a/manifests/ui.pp
+++ b/manifests/ui.pp
@@ -25,7 +25,7 @@
#
# [*bind_host*]
# The host/ip address Apache will listen on.
-# Optional. Defaults to undef (listen on all ip addresses).
+# Optional. Defaults to hiera('controller_host')
#
# [*ui_port*]
# The port on which the UI is listening.