view modules/mysql/templates/my.cnf.pass.erb @ 102:47ddb26af9bd puppet-3.6

Avoid SELinux warnings by disabling bytecode support ClamAV claims to have it locked down tight, but executing JITed byte code from assorted rules in an AV product *does* seem a little risky. Since it is optional, don't do it.
author IBBoard <dev@ibboard.co.uk>
date Tue, 22 Mar 2016 21:09:25 +0000
parents 956e484adc12
children 48d3a1948e4d
line wrap: on
line source

[client]
user=root
host=localhost
<% unless scope.lookupvar('mysql::server::root_password') == 'UNSET' -%>
password='<%= scope.lookupvar('mysql::server::root_password') %>'
<% end -%>
socket=<%= @options['client']['socket'] -%>