Compare commits
No commits in common. "da771d516d201f8295b38de51d13508be4048235" and "c5417383720f92c4bc93f720aa9c4c20abb7a2bc" have entirely different histories.
da771d516d
...
c541738372
3 changed files with 0 additions and 25 deletions
|
@ -1,10 +0,0 @@
|
|||
server 0.us.pool.ntp.org iburst
|
||||
server 1.us.pool.ntp.org iburst
|
||||
server 2.us.pool.ntp.org iburst
|
||||
server 3.us.pool.ntp.org iburst
|
||||
driftfile /var/lib/chrony.drift
|
||||
leapsectz right/UTC
|
||||
makestep 1.0 3
|
||||
rtconutc
|
||||
rtcsync
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
chrony_pkg:
|
||||
pkg.installed:
|
||||
- name: chrony
|
||||
|
||||
/etc/chrony.conf:
|
||||
file.managed:
|
||||
- source: salt://systems/core/time/chrony.conf
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
|
||||
chronyd:
|
||||
service.running:
|
||||
- enable: true
|
|
@ -27,7 +27,6 @@
|
|||
- systems.core.mount
|
||||
- systems.core.git
|
||||
- systems.core.backup
|
||||
- systems.core.time
|
||||
{%- if pillar['roles'] is defined -%}
|
||||
{%- if pillar['roles'] is not none -%}
|
||||
{%- for role in pillar['roles'] %}
|
||||
|
|
Loading…
Add table
Reference in a new issue