summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 13:51:58 -0400
committerJoey Hess2014-04-01 13:51:58 -0400
commit79cbdf35b1188d83e64a713efa82bc7a0a72a181 (patch)
tree4ad96d9fa0d2e61f6cd15a2b635fef67ea7c9bb1 /Propellor.hs
parent2c328ad142421302b41bc961aa175f60e27f0ab3 (diff)
better method of starting propellor simplesh inside docker
Diffstat (limited to 'Propellor.hs')
-rw-r--r--Propellor.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Propellor.hs b/Propellor.hs
index ebf117a5..e39fc97d 100644
--- a/Propellor.hs
+++ b/Propellor.hs
@@ -32,6 +32,7 @@ module Propellor (
, module Propellor.PrivData
, module Propellor.Engine
, module Propellor.Message
+ , localdir
, module X
) where
@@ -61,3 +62,7 @@ import Control.Applicative as X
import Control.Monad as X
import Data.Monoid as X
import Control.Monad.IfElse as X
+
+-- | This is where propellor installs itself when deploying a host.
+localdir :: FilePath
+localdir = "/usr/local/propellor"