diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index ea3f1f86..c6f789aa 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,6 +1,7 @@ class role::swh_api inherits role::swh_server { include profile::network include profile::munin::plugins::rabbitmq + include profile::swh::deploy::storage include profile::swh::deploy::webapp }