hoshang82
Results
2
issues of
hoshang82
I install mysql server; ``` class { 'mysql::server': package_name => 'mysql-server', service_name => 'mysql', #package_ensure => 'mysql-server-8.0', root_password => "myAwsomePassword", create_root_my_cnf => true, remove_default_accounts => true, #restart => true, }...
community
thank you so much, can you maybe update it to add also the IP to it ? for example -ip x.x.x.x it would be very helpfull :-)