tcp-internal/task/101 - disable for libvirt default network
diff --git a/libvirt/server.sls b/libvirt/server.sls
index e35ca06..c4ee5ff 100644
--- a/libvirt/server.sls
+++ b/libvirt/server.sls
@@ -43,4 +43,12 @@
   - watch:
     - file: libvirtd_config
 
-{%- endif %}
\ No newline at end of file
+{%- endif %}
+
+{%- if netcfg.disabled %}
+
+/etc/libvirt/qemu/networks/default.xml:
+  file.managed.absent:
+
+{%- endif %}
+