class

Cl8r::Model::ChronyConfig

Inherits YAML::Serializable < Reference < Object

Models dual-tier NTP time synchronization across cluster controllers and compute nodes.

Constructors

new(upstream_ntp_servers : Array(String) = ["pool.ntp.org"], local_stratum_masters : Array(String) = [] of String, allow_subnets : Array(String) = [] of String)

Initializes a ChronyConfig with upstream NTP servers and internal subnet access controls.

Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

allow_subnets
Source
allow_subnets=(allow_subnets : Array(String))
Source
local_stratum_masters
Source
local_stratum_masters=(local_stratum_masters : Array(String))
Source
upstream_ntp_servers
Source
upstream_ntp_servers=(upstream_ntp_servers : Array(String))
Source