Skip to content
Snippets Groups Projects

Bind of mysql to all addresses to allow workbench access

Merged Mika Perälä requested to merge mikpe74/ojs:production into production
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -16,4 +16,13 @@ class ojs {
require => Server_firewall::Constricto_class['mysqlworkbench-clients'],
}
$override_options = {
'mysqld' => {
'bind-address' => '0.0.0.0',
}
}
class { '::mysql::server':
override_options => $override_options,
}
}
Loading