Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed May 2, 2024
1 parent 7e36523 commit b32e4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def default_client_package_name

def default_server_package_name
return 'mysql-server-8.0' if major_version == '8.0' && platform_family?('debian')

'mysql-community-server'
end

Expand Down Expand Up @@ -143,7 +143,7 @@ def base_dir
end

def system_service_name
return 'mysqld' if platform_family?('rhel') || platform_family?('fedora')
return 'mysqld' if platform_family?('rhel', 'fedora')

'mysql'
end
Expand Down

0 comments on commit b32e4db

Please sign in to comment.