diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-31 21:36:39 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-31 21:36:39 -0400 |
commit | 2c9845db4bc00221bc3c2343a020208f7f532166 (patch) | |
tree | 843bc24a1bbf2cad33c4bdc8a17c3d0d838fceb4 /vars/hostname | |
parent | 7eb111136453d0e8d8451d7dd85ba9892318f294 (diff) | |
download | infrastructure-2c9845db4bc00221bc3c2343a020208f7f532166.tar.gz |
many fixes
Diffstat (limited to 'vars/hostname')
-rw-r--r-- | vars/hostname/alcatraz1 | 4 | ||||
-rw-r--r-- | vars/hostname/xmpp1 | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/vars/hostname/alcatraz1 b/vars/hostname/alcatraz1 new file mode 100644 index 0000000..9b7d2ef --- /dev/null +++ b/vars/hostname/alcatraz1 @@ -0,0 +1,4 @@ +#!/bin/sh + +# Causes UEFI exception on boot, "invalid opcode" ??? +enable_microcode_updates=false diff --git a/vars/hostname/xmpp1 b/vars/hostname/xmpp1 index e094b54..094b4b2 100644 --- a/vars/hostname/xmpp1 +++ b/vars/hostname/xmpp1 @@ -2,4 +2,3 @@ cnames=xmpp prosody_acme_host=www1 -prosody_public_fqdn=xmpp.example.com |