summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-11-18 13:08:32 -0700
committerSean Whitton2017-11-18 13:08:32 -0700
commitab68426ab1cd4331b57e02af082a7e0541efc32f (patch)
treed11ca5813bc0b2fb2c8be7a47e3ac80f3593e407 /src/Propellor/Property/Sbuild.hs
parentf5a822272f140612a4f5e01e4b5255bfd3b95dc0 (diff)
export Sbuild.useHostProxy
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 3063ddd4..cffe2f5f 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -54,7 +54,9 @@ module Propellor.Property.Sbuild (
-- * Creating and updating sbuild schroots
UseCcache(..),
built,
+ -- * Properties for use inside sbuild schroots
update,
+ useHostProxy,
-- * Global sbuild configuration
-- blockNetwork,
keypairGenerated,