From d66e47f7e3c54dc659266457afd67c22485a15ec Mon Sep 17 00:00:00 2001 From: MikeG451 Date: Tue, 8 Nov 2016 15:30:50 +0000 Subject: 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 --- manifests/ui.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/ui.pp') 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. -- cgit 1.2.3-korg