Skip to content

Commit

Permalink
Merge pull request #247 from jouvin/fix_mysqld_config
Browse files Browse the repository at this point in the history
features/mysqld: fix syntax error
  • Loading branch information
jrha authored Nov 7, 2024
2 parents 51a65a2 + ccd8296 commit c0fea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/mysql/server.pan
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include 'components/etcservices/config';
# Enable and start MySQL service
"/software/components/chkconfig/service" ?= dict();
"/software/components/chkconfig/service" = merge(SELF, dict(
mysqld, dict(
'mysqld', dict(
'on', '',
'startstop', true,
),
Expand Down

0 comments on commit c0fea31

Please sign in to comment.