Virt disk and net profiles fix
diff --git a/salt/files/_virt.conf b/salt/files/_virt.conf
index cf15dea..9434a66 100644
--- a/salt/files/_virt.conf
+++ b/salt/files/_virt.conf
@@ -15,6 +15,7 @@
         {%- if iface.model is defined %}
         model: {{ iface.model }}
         {%- endif %}
+      {%- endfor %}
     {%- endfor %}
   disk:
     {%- for item_name, item in control.get('disk_profile', {}).iteritems() %}
@@ -24,6 +25,7 @@
           {%- if disk.size is defined %}
           size: {{ disk.size }}
           {%- endif %}
+      {%- endfor %} 
     {%- endfor %} 
 
 virt.images: /var/lib/libvirt/images
\ No newline at end of file