diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index 13cf0be..9f8bec7 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,13 +1,9 @@ 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 } diff --git a/manifests/swh_scheduler.pp b/manifests/swh_scheduler.pp index ee8052f..71d48b8 100644 --- a/manifests/swh_scheduler.pp +++ b/manifests/swh_scheduler.pp @@ -1,7 +1,7 @@ class role::swh_scheduler inherits role::swh_server { include profile::puppet::agent # Scheduler - #include profile::munin::plugins::rabbitmq - #include profile::swh::deploy::scheduler + include profile::munin::plugins::rabbitmq + include profile::swh::deploy::scheduler }