Accept array for barbican::api::enabled_secret_stores
The parameter defines the value of [secretstore] stores_lookup_suffx option, which is a ListOpt. Change-Id: I78954f70700cbcfe1f76f311d1a61cd1c6e45abf
This commit is contained in:
@@ -388,7 +388,7 @@ class barbican::api (
|
||||
# enabled plugins when multiple plugins is enabled
|
||||
barbican_config {
|
||||
'secretstore/enable_multiple_secret_stores': value => $multiple_secret_stores_enabled;
|
||||
'secretstore/stores_lookup_suffix': value => $enabled_secret_stores;
|
||||
'secretstore/stores_lookup_suffix': value => join(any2array($enabled_secret_stores), ',');
|
||||
}
|
||||
|
||||
# keystone config
|
||||
|
Reference in New Issue
Block a user