Fix n_g_s pillar

Change-Id: Idefc3ade89200cda40671cd4e595161ff3813bd8
diff --git "a/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml" "b/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml"
index d914770..a5baebf 100644
--- "a/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml"
+++ "b/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml"
@@ -3,21 +3,21 @@
       server:
         n_g_s:
           enabled: true
-        devices:
-          cisco_switch:
-            options:
-              device_type:
-                value:
-                  netmiko_cisco_ios
-              ip:
-                value:
-                  185.8.57.180
-              password:
-                value:
-                  ==CISCO_PASS==
-              secret:
-                value:
-                  ==CISCO_PASS==
-              username:
-                value:
-                  ==IPMI_USER==
\ No newline at end of file
+          devices:
+            cisco_switch:
+              options:
+                device_type:
+                  value:
+                    netmiko_cisco_ios
+                ip:
+                  value:
+                    185.8.57.180
+                password:
+                  value:
+                    ==CISCO_PASS==
+                secret:
+                  value:
+                    ==CISCO_PASS==
+                username:
+                  value:
+                    ==IPMI_USER==