Page MenuHomeDevCentral

No OneTemporary

diff --git a/hotfixes/init.sls b/hotfixes/init.sls
index 9f77448..d321600 100644
--- a/hotfixes/init.sls
+++ b/hotfixes/init.sls
@@ -1,15 +1,16 @@
# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-02-27
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
include:
- .CVE-2017-6074
- .T1261-srv-data
- .T1345-drop-jails-from-ysul
- .MariaDB
+ - .leap-seconds
- .python3
- .old-directories
diff --git a/hotfixes/leap-seconds.sls b/hotfixes/leap-seconds.sls
new file mode 100644
index 0000000..92034ff
--- /dev/null
+++ b/hotfixes/leap-seconds.sls
@@ -0,0 +1,22 @@
+# -------------------------------------------------------------
+# 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://data.iana.org/time-zones/tzdb/leap-seconds.list
+ - skip_verify: True
+ - mode: 644
+
+{% endif %}

File Metadata

Mime Type
text/x-diff
Expires
Sun, Oct 12, 05:25 (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063664
Default Alt Text
(1 KB)

Event Timeline