diff options
author | Dan Prince <dprince@redhat.com> | 2015-03-13 10:07:47 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-03-13 10:08:25 -0400 |
commit | 68e85e520d73527bc04bd70807b749091391d8e4 (patch) | |
tree | 8b088fdcd8aef9b16968ecddafe4b7ddeca77cb9 | |
parent | 045e853acac8439d00fcd750928342af721582ad (diff) |
loadbalancer: document required parameters
Removes the (optional) comment from some of the required
parameters.
Change-Id: I0f2c96e0d77dfdb96d6b246c5f24511773592623
-rw-r--r-- | manifests/loadbalancer.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 8a22799..c9e3b41 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -20,27 +20,27 @@ # === Parameters: # # [*controller_host*] -# (optional) Host or group of hosts to load-balance the services +# Host or group of hosts to load-balance the services # Can be a string or an array. # Defaults to undef # # [*controller_virtual_ip*] -# (optional) Control IP or group of IPs to bind the pools +# Control IP or group of IPs to bind the pools # Can be a string or an array. # Defaults to undef # # [*control_virtual_interface*] -# (optional) Interface to bind the control VIP +# Interface to bind the control VIP # Can be a string or an array. # Defaults to undef # # [*public_virtual_interface*] -# (optional) Interface to bind the public VIP +# Interface to bind the public VIP # Can be a string or an array. # Defaults to undef # # [*public_virtual_ip*] -# (optional) Public IP or group of IPs to bind the pools +# Public IP or group of IPs to bind the pools # Can be a string or an array. # Defaults to undef # |