Noah-Huppert / linux-install

Void installation
MIT License
5 stars 0 forks source link

Local DNS file breaks scripted installation #7

Open Noah-Huppert opened 4 years ago

Noah-Huppert commented 4 years ago

The local-dns script from the local-dns state uses the pillar/local-dns/script.sls file to store its state. This file is also gitignored. When the repo is cloned down this file won't exist. But the pillars/top.sls still calls for it.

This stops any Salt state from being applied since Salt complains of a missing state.

Figure out a way to integrate this into the install script or fix somehow.