diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-03 10:07:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-03 10:07:47 +0000 |
commit | 2b92f3f7739f655ba88154058730d6ac07186c0e (patch) | |
tree | 434328e6ed6f06859d7ca7aa2e3aa584791bca5e /manifests | |
parent | de24d7bf248e16e758a7c0edef558d466d0113af (diff) | |
parent | 625c7d9fc8bb5324ba3a600c15fa0b817337d268 (diff) |
Merge "Fix default for barbican documentation"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/haproxy.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index d925da0..7c5ff39 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -184,7 +184,7 @@ # # [*barbican*] # (optional) Enable or not Barbican API binding -# Defaults to false +# Defaults to hiera('barbican_api_enabled', false) # # [*gnocchi*] # (optional) Enable or not Gnocchi API binding |