diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-11-01 14:09:33 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-11-01 15:47:53 +0200 |
commit | 625c7d9fc8bb5324ba3a600c15fa0b817337d268 (patch) | |
tree | 4dac2126b17f7382ee1af3dabe64fe5ceaa275a6 /manifests | |
parent | 91f764b597e919470a5893ff1a0599c424f16f18 (diff) |
Fix default for barbican documentation
Change-Id: Id4dc2379b0c423012a0b3aaf49d1e1a7d633a03b
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 |