Remove extraneous configs

This commit is contained in:
Salt 2024-02-26 01:37:38 -06:00
parent 4b4c656af1
commit e45b1ea995
3 changed files with 1 additions and 4 deletions

View File

@ -17,5 +17,4 @@ for computer in "$masterid"; do
echo "Deploying to: $computer"
mkdir -p "$_ccroot/$computer"
cp common.lua "$_ccroot/$computer/autostart"
done
cp masterconfig.lua "$_ccroot/$masterid/config.lua"
done

View File

@ -1 +0,0 @@
mode = "master"

View File

@ -1 +0,0 @@
mode = "slave"