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.
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
allow_subnets
Sourcelocal_stratum_masters
Sourceupstream_ntp_servers
Source