diff --git a/manifests/barbican.pp b/manifests/barbican.pp index 5f5e8d77c..eceddd7e5 100644 --- a/manifests/barbican.pp +++ b/manifests/barbican.pp @@ -31,7 +31,9 @@ class openstack_integration::barbican { password => 'a_big_secret', } include barbican::quota - include barbican::keystone::notification + class { 'barbican::keystone::notification': + enable_keystone_notification => true, + } class { 'barbican::api::logging': debug => true, }