diff --git a/manifests/swh_database.pp b/manifests/swh_database.pp index 45942be..43992aa 100644 --- a/manifests/swh_database.pp +++ b/manifests/swh_database.pp @@ -1,4 +1,6 @@ class role::swh_database inherits role::swh_server { include profile::puppet::agent + include profile::munin::plugins::postgresql + include profile::postgresql }