diff --git a/ncm-metaconfig/src/main/metaconfig/chrony/pan/schema.pan b/ncm-metaconfig/src/main/metaconfig/chrony/pan/schema.pan index 906721ecef..1a543d8349 100644 --- a/ncm-metaconfig/src/main/metaconfig/chrony/pan/schema.pan +++ b/ncm-metaconfig/src/main/metaconfig/chrony/pan/schema.pan @@ -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