summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
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"