Updates to fix commando on bookworm

This commit is contained in:
Z. Cliffe Schreuders
2025-02-24 01:42:32 +00:00
parent 694e742322
commit c214df7495
6 changed files with 25 additions and 14 deletions

View File

@@ -1,2 +1,13 @@
include '::mysql::server'
include '::mysql::client'
class { '::mysql::server':
override_options => {
'mysqld' => {
'ssl' => undef,
'ssl-ca' => undef,
'ssl-cert' => undef,
'ssl-key' => undef,
'ssl-disable' => true
}
}
}
include '::mysql::client'

View File

@@ -25,9 +25,9 @@
</conflict>
<!--Cannot co-exist with other MySQL installations-->
<conflict>
<!-- <conflict>
<software_name>mysql</software_name>
</conflict>
</conflict> -->
<requires>
<module_path>.*/puppet_module/cron.*</module_path>