pmcf 2.40.2 → 2.40.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.40.2",
3
+ "version": "2.40.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,13 +11,13 @@
11
11
  },
12
12
  "description": "Poor mans configuration management",
13
13
  "keywords": [
14
+ "bind",
14
15
  "config",
15
16
  "config management",
16
- "keepalived",
17
- "kea",
18
17
  "dhcp",
19
18
  "dns",
20
- "bind",
19
+ "kea",
20
+ "keepalived",
21
21
  "systemd"
22
22
  ],
23
23
  "contributors": [
@@ -50,7 +50,7 @@
50
50
  "pkg-dir": "^8.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/node": "^22.15.2",
53
+ "@types/node": "^22.15.3",
54
54
  "ava": "^6.2.0",
55
55
  "c8": "^10.1.3",
56
56
  "documentation": "^14.0.3",
@@ -304,9 +304,9 @@ export class BINDService extends ExtraSourceService {
304
304
 
305
305
  packageData.dir = foreignZonesPackageDir;
306
306
  packageData.properties = {
307
- name: `named-foreign-zones-${name}`,
307
+ name: `named-zones-${name}-foreign`,
308
308
  description: `foreign zone definitions for ${names}`,
309
- dependencies: [`named-zones-${name}`],
309
+ replaces: [`named-foreign-zones-${name}`],
310
310
  access: "private",
311
311
  hooks: {}
312
312
  };