summaryrefslogtreecommitdiff
path: root/src/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-20 14:06:55 -0400
committerJoey Hess2014-11-20 14:15:26 -0400
commitb8b746a7f1bdbf179136959a85138fde60c43588 (patch)
tree48e9b5c95a7f0ec1ef0f899513e65de96124c31a /src/Propellor.hs
parentcc8bbcf95b9b0cdcd2db17ee6049263498caa79b (diff)
starting work on a Chroot module
factored out info up-propigation code rom Docker
Diffstat (limited to 'src/Propellor.hs')
-rw-r--r--src/Propellor.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs
index c0ef14f4..6e31e27c 100644
--- a/src/Propellor.hs
+++ b/src/Propellor.hs
@@ -33,6 +33,7 @@ module Propellor (
module Propellor.Types
, module Propellor.Property
, module Propellor.Property.Cmd
+ , module Propellor.Host
, module Propellor.Info
, module Propellor.PrivData
, module Propellor.Engine
@@ -51,6 +52,7 @@ import Propellor.PrivData
import Propellor.Message
import Propellor.Exception
import Propellor.Info
+import Propellor.Host
import Utility.PartialPrelude as X
import Utility.Process as X