summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Chroot.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 12:56:01 -0400
committerJoey Hess2015-10-23 12:56:01 -0400
commit64877fd287eb05bb9ff0beaa4fa0a6fe236013c2 (patch)
treef4b8f26355b46cc142d755d42f097251447cb28a /src/Propellor/Property/Chroot.hs
parenta270dd1eddda3874b94e21b60995784a14e2b3a7 (diff)
parent6dc70ff8d01871d2e37a3c5dfea8912737cb63c2 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
-rw-r--r--src/Propellor/Property/Chroot.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs
index d17edae7..2b5391fa 100644
--- a/src/Propellor/Property/Chroot.hs
+++ b/src/Propellor/Property/Chroot.hs
@@ -1,13 +1,13 @@
{-# LANGUAGE FlexibleContexts, GADTs #-}
module Propellor.Property.Chroot (
+ debootstrapped,
+ bootstrapped,
+ provisioned,
Chroot(..),
ChrootBootstrapper(..),
Debootstrapped(..),
ChrootTarball(..),
- debootstrapped,
- bootstrapped,
- provisioned,
-- * Internal use
provisioned',
propagateChrootInfo,