summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Bootstrap.hs2
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 6ca133cb..746cf54e 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -200,7 +200,7 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true"
, "haskell-exceptions"
, "haskell-stm"
, "haskell-text"
- , "hashell-hashable"
+ , "haskell-hashable"
]
archlinuxdeps Stack =
[ "gnupg"
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 623dc125..d6043517 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -936,7 +936,7 @@ house user hosts ctx sshkey = propertyList "home automation" $ props
user (userGroup user)
`requires` File.dirExists (takeDirectory sshkeyfile)
`requires` Ssh.knownHost hosts "kitenet.net" user
- & File.hasPrivContentExposed "/etc/darksky-forecast-url" anyContext
+ & File.hasPrivContentExposed "/etc/darksky-forecast-url" anyContext
where
d = "/home/joey/house"
sshkeyfile = d </> ".ssh/key"