swaps master node to blade-canongate
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ capitalise = $(shell echo "$(1)" | tr '[:lower:]' '[:upper:]')
|
||||
USER := $(shell whoami)
|
||||
HOSTNAME := $(shell cat /etc/hostname)
|
||||
HOSTNAMES := pi-broughton blade-canongate
|
||||
MASTER_NODE := pi-broughton
|
||||
MASTER_NODE := blade-canongate
|
||||
IS_MASTER_NODE := $(filter $(MASTER_NODE),$(HOSTNAME))
|
||||
MODULES_pi-broughton := http gemini smtp vaultwarden ln
|
||||
MODULES_blade-canongate := etherpad
|
||||
|
||||
Reference in New Issue
Block a user