Add missing dot on wildcard resolution entry 27/827/1
authorYolanda Robla <yroblamo@redhat.com>
Fri, 24 May 2019 11:43:59 +0000 (13:43 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Fri, 24 May 2019 11:43:59 +0000 (13:43 +0200)
Change-Id: Id27a7c5dbf3453e2cf66008595776a69d034f9cb

utils/prep_host.sh

index b890558..5e5d7eb 100644 (file)
@@ -68,7 +68,7 @@ EOF
     dnsmasqconf=/etc/NetworkManager/dnsmasq.d/openshift.conf
     if ! [ -f "${dnsmasqconf}" ]; then
         echo server=/tt.testing/192.168.126.1 | sudo tee "${dnsmasqconf}"
-        echo address=/apps.tt.testing/192.168.126.51 | sudo tee -a "${dnsmasqconf}"
+        echo address=/.apps.tt.testing/192.168.126.51 | sudo tee -a "${dnsmasqconf}"
         dnschanged=1
     fi
     if [ -n "$dnschanged" ]; then