From 294a0b55c217a48b897ac1765ee8e0d916f5bbdb Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Thu, 3 Nov 2016 14:28:14 +0100 Subject: [PATCH] Bind to 0.0.0.0 instead --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1f24717..d004ac2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -125,7 +125,8 @@ class skadereg { }, override_options => { mysqld => { - port => 33060 + 'bind-address' => '0.0.0.0', + port => 33060, } } } -- GitLab