mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Add NTP
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{% import_yaml 'ntp/defaults.yaml' as NTP with context %}
|
||||
|
||||
{% set NTPCONFIG = salt['pillar.get']('ntp', default=NTP, merge=True) %}
|
||||
{% set NTPCONFIG = salt['pillar.get']('ntp:config', default=NTP.ntp.config, merge=True) %}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
ntp:
|
||||
config:
|
||||
servers:
|
||||
- 0.pool.ntp.org
|
||||
- 1.pool.ntp.org
|
||||
Reference in New Issue
Block a user