summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorSean Whitton2018-11-05 19:23:30 -0700
committerSean Whitton2018-11-05 19:23:30 -0700
commit8fa5a60fe288bd65efbc1a67b75b61a38c685d43 (patch)
tree018b87353365261311f27d55c114b7b5b278a7c1 /src/Propellor/Property
parentcac1722a10c3e58c1938c0181a501e84c97875f1 (diff)
libvirt: export data types
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Libvirt.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs
index c0cf0bb7..f975d42b 100644
--- a/src/Propellor/Property/Libvirt.hs
+++ b/src/Propellor/Property/Libvirt.hs
@@ -1,6 +1,10 @@
-- | Maintainer: Sean Whitton <spwhitton@spwhitton.name>
module Propellor.Property.Libvirt (
+ NumVCPUs(..),
+ MiBMemory(..),
+ AutoStart(..),
+ DiskImageType(..),
installed,
defaultNetworkAutostarted,
kvmDefined,