formula libvirt
diff --git a/init.sls b/init.sls
index e69de29..fc3b91c 100644
--- a/init.sls
+++ b/init.sls
@@ -0,0 +1,5 @@
+
+include:
+{% if pillar.libvirt.server is defined %}
+- libvirt.server
+{% endif %}
\ No newline at end of file