From 79cbdf35b1188d83e64a713efa82bc7a0a72a181 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 13:51:58 -0400 Subject: better method of starting propellor simplesh inside docker --- Propellor.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Propellor.hs') 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" -- cgit v1.2.3