Skip to content

Commit

Permalink
ncm-metaconfig: chrony: Fix wrapping and indentation in pan
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Dec 12, 2024
1 parent ec20d0d commit 6eba7f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ncm-metaconfig/src/main/metaconfig/chrony/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ declaration template metaconfig/chrony/schema;
include 'pan/types';

type chrony_service_server_flag = choice(
'iburst', 'burst', 'offline', 'auto_offline', 'prefer', 'noselect', 'trust', 'require', 'xleave');
'iburst', 'burst', 'offline', 'auto_offline', 'prefer', 'noselect', 'trust', 'require', 'xleave'
);

@documentation{
the crony.conf configuration entry for server/pool/peer options
Expand Down

0 comments on commit 6eba7f5

Please sign in to comment.