Page MenuHomeDevCentral

D3289.id8468.diff
No OneTemporary

D3289.id8468.diff

diff --git a/hotfixes/init.sls b/hotfixes/init.sls
--- a/hotfixes/init.sls
+++ b/hotfixes/init.sls
@@ -11,5 +11,6 @@
- .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
--- /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/plain
Expires
Tue, Oct 22, 02:31 (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2207292
Default Alt Text
D3289.id8468.diff (1 KB)

Event Timeline