mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Updates to fix commando on bookworm
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user