diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index ab3702f..13cf0be 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,9 +1,13 @@ class role::swh_api inherits role::swh_server { include profile::network include profile::puppet::agent + # Scheduler include profile::munin::plugins::rabbitmq + include profile::swh::deploy::scheduler + + # Web UI + include profile::redis include profile::swh::deploy::storage include profile::swh::deploy::webapp - include profile::swh::deploy::scheduler }