File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -880,23 +880,23 @@ Default value: `undef`
880880
881881Data type: ` Optional[Stdlib::Absolutepath] `
882882
883- The full path to the chronyd options file, typically /etc/sysconfig/chronyd
883+ The full path to the chronyd options file, typically /etc/sysconfig/chronyd on RedHat, /etc/default/chrony on Debian
884884
885885Default value: ` undef `
886886
887887##### <a name =" -chrony--options " ></a >` options `
888888
889- Data type: ` Optional[String[1] ] `
889+ Data type: ` Optional[String] `
890890
891- Options to pass to the chrony daemon via /etc/sysconfig/chronyd file.
891+ Options to pass to the chrony daemon via $options_file file.
892892
893893Default value: ` undef `
894894
895895##### <a name =" -chrony--options_template " ></a >` options_template `
896896
897897Data type: ` String[1] `
898898
899- This determines which template puppet should use for the chrony options (sysconfig) file.
899+ This determines which template puppet should use for the chrony options (sysconfig|default ) file.
900900
901901Default value: ` 'chrony/chronyd.epp' `
902902
Original file line number Diff line number Diff line change 256256# @param acquisitionport
257257# Sets the acquisitionport for client queries
258258# @param options_file
259- # The full path to the chronyd options file, typically /etc/sysconfig/chronyd
259+ # The full path to the chronyd options file, typically /etc/sysconfig/chronyd on RedHat, /etc/default/chrony on Debian
260260# @param options
261- # Options to pass to the chrony daemon via /etc/sysconfig/chronyd file.
261+ # Options to pass to the chrony daemon via $options_file file.
262262# @param options_template
263- # This determines which template puppet should use for the chrony options (sysconfig) file.
263+ # This determines which template puppet should use for the chrony options (sysconfig|default ) file.
264264# @param ptpport
265265# open port to send and receive NTP messages contained in PTP event messages (NTP-over-PTP)
266266# @param ptpdomain
You can’t perform that action at this time.
0 commit comments