Skip to content

Commit b9ab788

Browse files
committed
adapt REFERENCE
1 parent 242f718 commit b9ab788

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -880,23 +880,23 @@ Default value: `undef`
880880

881881
Data 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

885885
Default 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

893893
Default value: `undef`
894894

895895
##### <a name="-chrony--options_template"></a>`options_template`
896896

897897
Data 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

901901
Default value: `'chrony/chronyd.epp'`
902902

manifests/init.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@
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

0 commit comments

Comments
 (0)