jdormit-infra/prod/syncthing/packer/Makefile
2021-10-05 21:16:44 -04:00

18 lines
606 B
Makefile

.PHONY: packer reissue-certs
packer-manifest.json: syncthing-config.xml \
syncthing.json \
syncthing@.service \
syncthing-cert.pem \
syncthing-key.pem
packer build syncthing.json
syncthing-config.xml: syncthing-config.xml.template
sigil -p -f syncthing-config.xml.template > syncthing-config.xml
syncthing-cert.pem: syncthing-cert.pem.template
sigil -p -f syncthing-cert.pem.template > syncthing-cert.pem
syncthing-key.pem: syncthing-key.pem.template
sigil -p -f syncthing-key.pem.template > syncthing-key.pem