diff --git a/manifests/swh_vault.pp b/manifests/swh_vault.pp index 41c9c7e..811152d 100644 --- a/manifests/swh_vault.pp +++ b/manifests/swh_vault.pp @@ -1,4 +1,9 @@ class role::swh_vault inherits role::swh_server { include profile::puppet::agent include profile::swh::deploy::vault + + include profile::munin::plugins::postgresql + include profile::postgresql + + include profile::swh::deploy::objstorage }