pmcf 4.28.8 → 4.28.10

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": "4.28.8",
3
+ "version": "4.28.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,12 +43,6 @@ export class NetworkInterface extends SkeletonNetworkInterface {
43
43
  static attributes = {
44
44
  ...networkAttributes,
45
45
  ...networkAddressAttributes,
46
-
47
- services: {
48
- ...default_attribute_writable,
49
- collection: true,
50
- type: "service"
51
- },
52
46
  hostName: { ...hostname_attribute, writable: true },
53
47
  ipAddresses: string_attribute_writable,
54
48
  hwaddr: string_attribute_writable,
@@ -455,10 +455,6 @@ export class bind extends ExtraSourceService {
455
455
 
456
456
  groups = {};
457
457
 
458
- get type() {
459
- return this.constructor.name;
460
- }
461
-
462
458
  materializeExtends() {
463
459
  super.materializeExtends();
464
460
 
@@ -40,10 +40,6 @@ export class chrony extends ExtraSourceService {
40
40
  addServiceType(this.service, this.name);
41
41
  }
42
42
 
43
- get type() {
44
- return this.constructor.name;
45
- }
46
-
47
43
  async *preparePackages(dir) {
48
44
  const packageData = this.packageData;
49
45
  packageData.sources.push(new FileContentProvider(dir + "/"));
@@ -42,10 +42,6 @@ export class influxdb extends Service {
42
42
  addServiceType(this.service, this.name);
43
43
  }
44
44
 
45
- get type() {
46
- return this.constructor.name;
47
- }
48
-
49
45
  async *preparePackages(dir) {
50
46
  const packageData = this.packageData;
51
47
 
@@ -127,10 +127,6 @@ export class kea extends Service {
127
127
  addServiceType(this.service, this.name);
128
128
  }
129
129
 
130
- get type() {
131
- return this.constructor.name;
132
- }
133
-
134
130
  async *preparePackages(dir) {
135
131
  const ctrlAgentEndpoint = this.endpoint("kea-ha-4");
136
132
 
@@ -26,15 +26,12 @@ export class mosquitto extends Service {
26
26
  static service = {
27
27
  extends: ["mqtt"]
28
28
  };
29
+
29
30
  static {
30
31
  addType(this);
31
32
  addServiceType(this.service, this.name);
32
33
  }
33
34
 
34
- get type() {
35
- return this.constructor.name;
36
- }
37
-
38
35
  get listener() {
39
36
  return this.endpoint("mqtt").port;
40
37
  }
@@ -21,10 +21,6 @@ export class openldap extends Service {
21
21
 
22
22
  _base;
23
23
 
24
- get type() {
25
- return this.constructor.name;
26
- }
27
-
28
24
  get base() {
29
25
  return this.attribute("_base");
30
26
  }
@@ -16,7 +16,4 @@ export class postfix extends Service {
16
16
  addServiceType(this.service, this.name);
17
17
  }
18
18
 
19
- get type() {
20
- return this.constructor.name;
21
- }
22
19
  }
@@ -76,10 +76,6 @@ export class SystemdResolvedService extends ExtraSourceService {
76
76
  addServiceType(this.service, this.name);
77
77
  }
78
78
 
79
- get type() {
80
- return this.constructor.name;
81
- }
82
-
83
79
  systemdConfigs(name) {
84
80
  const options = (lower, upper, limit) => {
85
81
  return {
@@ -33,10 +33,6 @@ export class SystemdTimesyncdService extends ExtraSourceService {
33
33
  addServiceType(this.service, this.name);
34
34
  }
35
35
 
36
- get type() {
37
- return this.constructor.name;
38
- }
39
-
40
36
  systemdConfigs(name) {
41
37
  const options = (lower, upper) => {
42
38
  return {