Skip to content

Commit

Permalink
features/mysqld: fix syntax error
Browse files Browse the repository at this point in the history
- Unquotted dict key name
  • Loading branch information
jouvin committed Nov 7, 2024
1 parent 51a65a2 commit ccd8296
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 ccd8296

Please sign in to comment.