pmcf 1.88.1 → 1.88.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cluster.mjs +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "1.88.1",
3
+ "version": "1.88.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/src/cluster.mjs CHANGED
@@ -86,7 +86,9 @@ export class Cluster extends Host {
86
86
  " }",
87
87
  ` smtp_server ${this.smtp.rawAddress}`,
88
88
  ` notification_email_from keepalived@${host.domainName}`,
89
- ` lvs_id ${host.hostName}`,
89
+ " enable_script_security",
90
+ " script_user root",
91
+ " max_auto_priority 20",
90
92
  "}",
91
93
  ""
92
94
  ];