diff options
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 6 |
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, |
