diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-09 13:22:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-09 13:22:42 +0000 |
commit | 49e52544d2fc83002060567a40fe78b4fc514c6e (patch) | |
tree | ac0d13ded1bac1ffabd9ce6e9f1f87c0b6f05fc6 | |
parent | f050e6ee9c97a7a14768770663b9357c9bf5b86b (diff) | |
parent | d66e47f7e3c54dc659266457afd67c22485a15ec (diff) |
Merge "Wrong default in docstring"
-rw-r--r-- | manifests/ui.pp | 2 |
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. |