aboutsummaryrefslogtreecommitdiffstats
path: root/templates/database/mysqlchk.erb
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-07-20 15:13:07 -0400
committerEmilien Macchi <emilien@redhat.com>2016-07-20 15:13:07 -0400
commit657e22f96eb8b1a28296a23be9972ebfc4e2a422 (patch)
tree7bbd776ad0090e0474e4c73816feb85e039df49f /templates/database/mysqlchk.erb
parentdfa0db9c7f5ece0914be616f963bf871563e6a1c (diff)
Remove templates/database
Not used anymore anywhere. Change-Id: Iae0709cca8faa62698bed977e0e364eb8f88f4f7
Diffstat (limited to 'templates/database/mysqlchk.erb')
-rw-r--r--templates/database/mysqlchk.erb23
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/database/mysqlchk.erb b/templates/database/mysqlchk.erb
deleted file mode 100644
index f9fea1d..0000000
--- a/templates/database/mysqlchk.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-# Managed by puppet
-#
-# default: on
-# description: mysqlchk
-service mysqlchk
-{
-# this is a config for xinetd, place it in /etc/xinetd.d/
- disable = no
- flags = REUSE
- socket_type = stream
- port = 9200
- wait = no
- user = nobody
- server = /usr/bin/clustercheck
- log_on_failure += USERID
- log_on_success =
- #FIXME(sbadia) Security: Restrict this parameter to HAProxy pool.
- only_from = 0.0.0.0/0
- bind = <%= @galera_clustercheck_ipaddress %>
- # recommended to put the IPs that need
- # to connect exclusively (security purposes)
- per_source = UNLIMITED
-}