Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

and here: https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/after_install.sh

Set Time

Code Block
timedatectl set-timezone Europe/Berlin
yum install -y chrony

systemctl enable chronyd
systemctl start chronyd

# test
ntpdate de.pool.ntp.org

 

Enable Time Server (for CMs)

TODO: Patrick Reichel: provide default config file in install API provbase

...