summaryrefslogtreecommitdiff
path: root/src/Propellor/Location.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Location.hs')
-rw-r--r--src/Propellor/Location.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Propellor/Location.hs b/src/Propellor/Location.hs
new file mode 100644
index 00000000..3fc09538
--- /dev/null
+++ b/src/Propellor/Location.hs
@@ -0,0 +1,5 @@
+module Propellor.Location where
+
+-- | This is where propellor installs itself when deploying a host.
+localdir :: FilePath
+localdir = "/usr/local/propellor"