diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index c2f656e..307e179 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,7 +1,9 @@ class role::swh_api { include profile::base include profile::ssh::server include profile::munin::node include profile::dar::client + include profile::munin::plugins::rabbitmq + include profile::worker::deploy_key }