pmcf 2.6.1 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/network-support.mjs +1 -1
- package/src/services/dns.mjs +7 -7
package/package.json
CHANGED
package/src/network-support.mjs
CHANGED
package/src/services/dns.mjs
CHANGED
|
@@ -282,14 +282,14 @@ async function generateZoneDefs(dns, location, packageData) {
|
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
|
+
}
|
|
285
286
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
}
|
|
287
|
+
if (configs.length > 0) {
|
|
288
|
+
addHook(
|
|
289
|
+
packageData.properties.hooks,
|
|
290
|
+
"post_upgrade",
|
|
291
|
+
"systemctl try-reload-or-restart named"
|
|
292
|
+
);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
for (const domain of dns.localDomains) {
|