diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index 2e20a5c..ab3702f 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,8 +1,9 @@ class role::swh_api inherits role::swh_server { include profile::network include profile::puppet::agent include profile::munin::plugins::rabbitmq include profile::swh::deploy::storage include profile::swh::deploy::webapp + include profile::swh::deploy::scheduler }