diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-31 11:41:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-05-31 11:41:50 +0200 |
commit | 1568df3b4f16837427dc2b6018347f35caf55100 (patch) | |
tree | 8fbd3e2a568ba1fbb8e7eeb05654d8729fbde159 | |
parent | 8dc047510824654cd236357b2eaedd21c06e96d1 (diff) |
global-config: end all (array) variables with a semicolon
-rw-r--r-- | global-config.rsc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/global-config.rsc b/global-config.rsc index 6f2beed..b17d25c 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -114,7 +114,7 @@ cpu-temperature=70; board-temperature1=50; board-temperature2=50; -} +}; # This is deviation on recovery threshold against notification flooding. :global CheckHealthTemperatureDeviation 3; :global CheckHealthVoltageLow 115; @@ -137,7 +137,7 @@ "Staking"; "Thundering"; "Ultra"; "Unreal" }; { "Belief"; "Button"; "Curtain"; "Edge"; "Jewel"; "String"; "Whistle" } -} +}; # Specify how to assemble DNS names in ipsec-to-dns. :global HostNameInZone true; @@ -206,12 +206,12 @@ :global CertRenewPass { "v3ry-s3cr3t"; "4n0th3r-s3cr3t"; -} +}; :global CertWarnTime 2w; :global CertIssuedExportPass { "cert1-cn"="v3ry-s3cr3t"; "cert2-cn"="4n0th3r-s3cr3t"; -} +}; # load custom settings from overlay # Warning: Do *NOT* copy this code to overlay! |