Skip to content

Commit

Permalink
Merge pull request #1793 from jrha/cleanup-metaconfig-chrony
Browse files Browse the repository at this point in the history
ncm-metaconfig: chrony: Fix wrapping and indentation in pan
  • Loading branch information
jrha authored Dec 16, 2024
2 parents b6d6614 + 6eba7f5 commit 58ba0f6
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 58ba0f6

Please sign in to comment.