Implement dns validation on site create

This commit is contained in:
VirtuBox
2019-07-15 12:36:29 +02:00
parent be2e94327b
commit 90e3ebb88c
5 changed files with 36 additions and 17 deletions

View File

@@ -108,6 +108,10 @@ class WOVariables():
wo_nginx_repo = ("deb http://download.opensuse.org"
"/repositories/home:"
"/virtubox:/WordOps/Debian_9.0/ /")
elif wo_platform_codename == 'buster':
wo_nginx_repo = ("deb http://download.opensuse.org"
"/repositories/home:"
"/virtubox:/WordOps/Debian_10/ /")
else:
wo_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
"/virtubox:/WordOps/Raspbian_9.0/ /")