From a29fd7013848aaca1b76d65eaa50780e75ad61ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20=C4=8Cuchran?= <396462@mail.muni.cz>
Date: Mon, 6 Feb 2017 09:59:45 +0100
Subject: [PATCH] Update pv176.yaml

---
 Openstack/pv176.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Openstack/pv176.yaml b/Openstack/pv176.yaml
index b2eec8d..bb5e97c 100644
--- a/Openstack/pv176.yaml
+++ b/Openstack/pv176.yaml
@@ -83,11 +83,11 @@ resources:
             $user.SetPassword('safe_mode_administrator_password')
             NET USER pv176 safe_mode_administrator_password /add
             NET LOCALGROUP Administrators pv176 /add
-            $IP = "10.0.0.2"
+            $IP = '10.0.0.2'
             $MaskBits = 8
-            $Gateway = "10.0.0.1"
-            $Dns = "147.251.4.33"
-            $IPType = "IPv4"
+            $Gateway = '10.0.0.1'
+            $DNS = '147.251.4.33'
+            $IPType = 'IPv4'
             $adapter = Get-NetAdapter | ? {$_.Status -eq "up"}      
             $adapter | New-NetIPAddress -AddressFamily $IPType -IPAddress $IP -PrefixLength $MaskBits -DefaultGateway $Gateway           
             $adapter | Set-DnsClientServerAddress -ServerAddresses $DNS
-- 
GitLab