Page MenuHomeDevCentral

leap-seconds.sls
No OneTemporary

leap-seconds.sls

# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Leap seconds for NTP
#
# Known issue - https://bugs.ntp.org/show_bug.cgi?id=3898
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if grains['os'] == 'FreeBSD' %}
/var/db/ntpd.leap-seconds.list:
file.managed:
- source: https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
- skip_verify: True
- mode: 644
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 16, 13:00 (2 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3118795
Default Alt Text
leap-seconds.sls (779 B)

Event Timeline