summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 23:17:40 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 23:20:21 -0400
commit31615ccb4ccbbabed754b4f55bebc04abb17a364 (patch)
treee5ffe3e03c406c33b4e99cdf66f6c94b5f6f341b /modules/tozt
parent11d1b816d2e5548ec008f79b2b2c8f718a221d09 (diff)
downloadpuppet-tozt-31615ccb4ccbbabed754b4f55bebc04abb17a364.tar.gz
puppet-tozt-31615ccb4ccbbabed754b4f55bebc04abb17a364.zip
enable the postgres plugin for tozt
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/monitoring.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/tozt/manifests/monitoring.pp b/modules/tozt/manifests/monitoring.pp
index e7f0ca2..93fb9ff 100644
--- a/modules/tozt/manifests/monitoring.pp
+++ b/modules/tozt/manifests/monitoring.pp
@@ -83,6 +83,12 @@ class tozt::monitoring {
include tick::client::base_plugins
+ tick::client::plugin { "postgresql":
+ opts => {
+ address => "user=postgres",
+ }
+ }
+
class {
[
"tick::client::plugin::certbot",