diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index d11ea77..2f4317f 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,4 +1,6 @@ class role::swh_api inherits role::swh_server { + include profile::network + include profile::munin::plugins::rabbitmq include profile::worker::deploy_key }