Fluxion::SystemSettingStep
Inherits Fluxion::Step < Reference < Object
type: system-setting — timedatectl / hostnamectl / localectl.
Every setting is probed with the matching show --property first, so only
what actually differs is applied and a rerun is a no-op.
Constructors
new(name : String, local_rtc : Bool | Nil = nil, ntp : Bool | Nil = nil, timezone : String | Nil = nil, hostname : String | Nil = nil, locale : Hash(String, String) = {} of String => String, description : String | Nil = nil, continue_on_error : Bool = false, probe_command : String | Nil = nil, condition : Condition | Nil = nil)
SourceInstance methods
empty?
Sourcehostname
Sourcelocal_rtc?
Sourcelocale
Sourcentp?
Sourcetimezone
Source