This is basic server configuration – making sure that the time on the server is set by NTP otherwise lots of weird things happen.
ntp.sls
# Install NTP to keep the time correct
ntp:
pkg:
- installed
This is basic server configuration – making sure that the time on the server is set by NTP otherwise lots of weird things happen.
# Install NTP to keep the time correct
ntp:
pkg:
- installed