aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/postgresql/master.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-10 12:36:52 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 08:02:07 +0200
commita0df248a2be61557b8a67c3d6e4df24dc3e7843e (patch)
treea65e84c5bce103ba54f74dd4930713b66cf466cc /modules/profile/manifests/postgresql/master.pp
parent2742958fd69c91c442685be62140f1e29e363b95 (diff)
downloadPuppet-a0df248a2be61557b8a67c3d6e4df24dc3e7843e.tar.gz
Puppet-a0df248a2be61557b8a67c3d6e4df24dc3e7843e.tar.zst
Puppet-a0df248a2be61557b8a67c3d6e4df24dc3e7843e.zip
Add monitoring for etherpad
Diffstat (limited to 'modules/profile/manifests/postgresql/master.pp')
-rw-r--r--modules/profile/manifests/postgresql/master.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/manifests/postgresql/master.pp b/modules/profile/manifests/postgresql/master.pp
index e775eb4..99ac4c4 100644
--- a/modules/profile/manifests/postgresql/master.pp
+++ b/modules/profile/manifests/postgresql/master.pp
@@ -66,7 +66,7 @@ define profile::postgresql::master (
66 66
67 }, 67 },
68 local => { 68 local => {
69 check_command => "check_postgresql_replication!$backup_host!/run/postgresql/!5432", 69 check_command => "check_postgresql_replication!$backup_host!/run/postgresql!5432",
70 } 70 }
71 } 71 }
72 } 72 }