diff --git a/manifests/barbican.pp b/manifests/barbican.pp index 5ea61aa59..ad0157dad 100644 --- a/manifests/barbican.pp +++ b/manifests/barbican.pp @@ -89,4 +89,5 @@ class openstack_integration::barbican { class { 'barbican::plugins::simple_crypto': simple_crypto_plugin_kek => 'dGhpcnR5X3R3b19ieXRlX2tleWJsYWhibGFoYmxhaGg=', } + include barbican::client } diff --git a/manifests/watcher.pp b/manifests/watcher.pp index f1959b554..d9e75ab0a 100644 --- a/manifests/watcher.pp +++ b/manifests/watcher.pp @@ -102,4 +102,5 @@ class openstack_integration::watcher { decision_engine_workers => 2, } class { 'watcher::cron::db_purge': } + class { 'watcher::client': } } diff --git a/manifests/zaqar.pp b/manifests/zaqar.pp index 26a633552..4147502a3 100644 --- a/manifests/zaqar.pp +++ b/manifests/zaqar.pp @@ -92,4 +92,5 @@ class openstack_integration::zaqar { transport => 'websocket', } } + class { 'zaqar::client': } }