diff --git a/manifests/swh_database.pp b/manifests/swh_database.pp index d065bca..7cc2079 100644 --- a/manifests/swh_database.pp +++ b/manifests/swh_database.pp @@ -1,7 +1,9 @@ class role::swh_database inherits role::swh_server { include profile::puppet::agent + include profile::prometheus::node + include profile::prometheus::sql include profile::munin::plugins::postgresql include profile::postgresql } diff --git a/manifests/swh_sysadmin.pp b/manifests/swh_sysadmin.pp index a47b55b..9d5c8fd 100644 --- a/manifests/swh_sysadmin.pp +++ b/manifests/swh_sysadmin.pp @@ -1,22 +1,24 @@ class role::swh_sysadmin inherits role::swh_server { include profile::network include profile::munin::master include profile::munin::stats_export include profile::prometheus::server include profile::grafana + include profile::prometheus::node + include profile::prometheus::sql include profile::puppet::master include profile::icinga2::icingaweb2 include profile::apache::simple_server include profile::bind_server include profile::munin::plugins::postgresql include profile::annex_web include profile::docs_web include profile::debian_repository }