Skip to content

Commit

Permalink
feat(layout): initialize the new top level layout
Browse files Browse the repository at this point in the history
We have 3 main components to libvirt:

* the server will contains serveral subcomponent
* the qemu package is not a hard dependency of server
* extra packages

BREAKING CHANGE: the layout is completly modified for single state.apply
  • Loading branch information
baby-gnu committed Aug 28, 2019
1 parent bff17db commit 886198b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions libvirt/init.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% from "libvirt/map.jinja" import libvirt_settings with context %}
# -*- coding: utf-8 -*-
# vim: ft=sls

include:
- .install
- .config
- .service
- .keys
- .server
- .qemu
- .extra

0 comments on commit 886198b

Please sign in to comment.