aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/ui.pp
diff options
context:
space:
mode:
authorMikeG451 <mg6596@att.com>2016-11-08 15:30:50 +0000
committerMikeG451 <mg6596@att.com>2016-11-08 15:37:50 +0000
commitd66e47f7e3c54dc659266457afd67c22485a15ec (patch)
treee3543312b42d355dfa16d6998dcb06ee730ed6d8 /manifests/ui.pp
parent8a4fc9c18e8ebfccc7f5bd0c4820c87bebd61d31 (diff)
Wrong default in docstring
Update default doc default for bind_host to match previous change http://review.openstack.org/386817/ Change-Id: Iff048ba7152c1b7e945f284311215c8f872c1409 Closes-bug: #1640104
Diffstat (limited to 'manifests/ui.pp')
-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.