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