removed virtualizations support
diff --git a/libvirt/server/service.sls b/libvirt/server/service.sls
index 3e19947..5598272 100644
--- a/libvirt/server/service.sls
+++ b/libvirt/server/service.sls
@@ -5,18 +5,10 @@
   pkg.installed:
   - names: {{ server.pkgs }}
 
-{%- for virtualization in server.virtualizations %}
-
-{%- if virtualization == 'kvm' %}
-
 libvirt_kvm_packages:
   pkg.installed:
   - names: {{ server.kvm_pkgs }}
 
-{%- endif %}
-
-{%- endfor %}
-
 libvirt_config:
   file.managed:
   - name: {{ server.config }}
@@ -58,4 +50,4 @@
   - watch:
     - file: libvirt_config
 
-{%- endif %}
\ No newline at end of file
+{%- endif %}