Skip to content

Commit

Permalink
Switched 'create_root_my_cnf' to 'false'
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartWheater authored Feb 22, 2022
1 parent 07f02e7 commit b4adb11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/db_server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
restart => true,
root_password => $mysql_root_password,
config_file => '/my.cnf',
create_root_my_cnf => true,
create_root_my_cnf => false,
login_file => 'puppet:///modules/${module_name}/mylogin.cnf',
override_options => { 'mysqld' =>
{ 'default-storage-engine' => 'innodb',
'character-set-server' => 'utf8', }
Expand All @@ -141,7 +142,7 @@
restart => true,
root_password => $mysql_root_password,
config_file => '/my.cnf',
create_root_my_cnf => true,
create_root_my_cnf => false,
override_options => { 'mysqld' =>
{ 'default-storage-engine' => 'innodb',
'character-set-server' => 'utf8',
Expand Down

0 comments on commit b4adb11

Please sign in to comment.