Skip to content

Commit

Permalink
Clarify usage of reboot variable for transactional updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HVSharma12 authored and spetrosi committed Aug 8, 2024
1 parent 751d1ca commit 2a6ed11
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,13 @@ timesync_chrony_custom_settings:
- "logdir /var/log/chrony"
- "log measurements statistics tracking"

#This variable is used to handle reboots required by transactional updates.
#If a transactional update requires a reboot, the role will proceed with the
#reboot if `timesync_transactional_update_reboot_ok` is set to `true`. If set
#to `false`, the role will notify the user that a reboot is required, allowing
#for custom handling of the reboot requirement. If this variable is not set,
#the role will fail to ensure the reboot requirement is not overlooked.
# This variable is applicable only for transactional update systems.
# If a transactional update requires a reboot, the role will proceed with the
# reboot if `timesync_transactional_update_reboot_ok` is set to `true`. If set
# to `false`, the role will notify the user that a reboot is required, allowing
# for custom handling of the reboot requirement. If this variable is not set,
# the role will fail to ensure the reboot requirement is not overlooked.
# For non-transactional update systems, this variable is ignored.
timesync_transactional_update_reboot_ok: true
```
Expand Down

0 comments on commit 2a6ed11

Please sign in to comment.