evidently everything is breaking right now, so trying a different approach

This commit is contained in:
toby 2019-02-14 14:38:06 -08:00
parent 7ef14c0794
commit 1066e48dc7
8 changed files with 12 additions and 12 deletions

View File

@ -13,9 +13,9 @@ files/firewall etc/init.d
files/ips.issue etc/issue.d files/ips.issue etc/issue.d
files/wit-logging.conf etc/strongswan.d files/wit-logging.conf etc/strongswan.d
files/lldpd.wit /etc/default files/lldpd.wit /etc/default
templates/wit-swanctl.conf etc/swanctl/conf.d debian/tmp/wit-swanctl.conf etc/swanctl/conf.d
templates/frr.conf.wit etc/frr debian/tmp/frr.conf.wit etc/frr
templates/70-persistent-net.rules etc/udev/rules.d debian/tmp/70-persistent-net.rules etc/udev/rules.d
templates/interfaces /etc/network debian/tmp/interfaces /etc/network
templates/ipsec.conf.wit etc debian/tmp/ipsec.conf.wit etc
templates/ipsec.secrets.wit etc debian/tmp/ipsec.secrets.wit etc

View File

@ -22,12 +22,12 @@ case "$1" in
## START gather all the info from the box and generate the variabels ## START gather all the info from the box and generate the variabels
IFCONFIG="templates/interfaces" IFCONFIG="debian/tmp/interfaces"
UDEVCONFIG="templates/70-persistent-net.rules" UDEVCONFIG="debian/tmp/70-persistent-net.rules"
FRRCONFIG="templates/frr.conf.wit" FRRCONFIG="debian/tmp/frr.conf.wit"
IPSECCONFIG="templates/ipsec.conf.wit" IPSECCONFIG="debian/tmp/ipsec.conf.wit"
IPSECSECRETS="templates/ipsec.secrets.wit" IPSECSECRETS="debian/tmp/ipsec.secrets.wit"
SWANCTLCONFIG="templates/wit-swanctl.conf" SWANCTLCONFIG="debian/tmp/wit-swanctl.conf"
DOMAINNAME=$(hostname -d) DOMAINNAME=$(hostname -d)