diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index 011038d..c2f656e 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,6 +1,7 @@ class role::swh_api { include profile::base include profile::ssh::server include profile::munin::node + include profile::dar::client include profile::munin::plugins::rabbitmq } diff --git a/manifests/swh_database.pp b/manifests/swh_database.pp index f03bcf8..b102bde 100644 --- a/manifests/swh_database.pp +++ b/manifests/swh_database.pp @@ -1,6 +1,7 @@ class role::swh_database { include profile::base include profile::ssh::server include profile::munin::node + include profile::dar::client include profile::munin::plugins::postgresql } diff --git a/manifests/swh_forge.pp b/manifests/swh_forge.pp index 9e17a97..906b57f 100644 --- a/manifests/swh_forge.pp +++ b/manifests/swh_forge.pp @@ -1,5 +1,6 @@ class role::swh_forge { include profile::base include profile::ssh::server include profile::munin::node + include profile::dar::client } diff --git a/manifests/swh_storage.pp b/manifests/swh_storage.pp index cb4aeb0..43927fc 100644 --- a/manifests/swh_storage.pp +++ b/manifests/swh_storage.pp @@ -1,5 +1,6 @@ class role::swh_storage { include profile::base include profile::ssh::server include profile::munin::node + include profile::dar::client } diff --git a/manifests/swh_sysadmin.pp b/manifests/swh_sysadmin.pp index 65696e7..060ad17 100644 --- a/manifests/swh_sysadmin.pp +++ b/manifests/swh_sysadmin.pp @@ -1,10 +1,11 @@ class role::swh_sysadmin { include profile::base include profile::ssh::server include profile::munin::node + include profile::dar::client include profile::munin::master include profile::puppet::master include profile::apache::simple_server include profile::bind_server include profile::munin::plugins::postgresql }