We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e70cc1 commit a716b55Copy full SHA for a716b55
functions/validate_architecture.pp
@@ -18,7 +18,7 @@ function peadm::validate_architecture (
18
}})
19
}
20
[true, true, false, false]: { # Standard or Large, HA
21
- ({ 'high-availability' => false, 'architecture' => $compiler_hosts ? {
+ ({ 'high-availability' => true, 'architecture' => $compiler_hosts ? {
22
undef => 'standard',
23
default => 'large',
24
0 commit comments