diff --git a/data/family/RedHat/8.yaml b/data/family/RedHat/8.yaml new file mode 100644 index 0000000..5524ed3 --- /dev/null +++ b/data/family/RedHat/8.yaml @@ -0,0 +1,5 @@ +timezone::timezone_update: 'timedatectl set-timezone %s' +timezone::timezone_update_check_cmd: 'timedatectl status | grep "Timezone:\|Time zone:" | grep -q %s' +timezone::check_hwclock_enabled_cmd: 'grep LOCAL /etc/adjtime' +timezone::check_hwclock_disabled_cmd: 'grep UTC /etc/adjtime' +timezone::hwclock_cmd: 'timedatectl set-local-rtc %s'