summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2019-09-13 11:58:56 -0400
committerJoey Hess2019-09-13 11:58:56 -0400
commit42faf50d11a7f657a32525e5d53a8118cf81c2be (patch)
tree0f14db0b85c55a3f2775658fcdee501ee5446488 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parentd5236993838fcfce9ee832831c906c0af59ffca0 (diff)
update
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 2d5925a0..25bd780b 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -327,6 +327,8 @@ gitAnnexDistributor = combineProperties "git-annex distributor, including rsync
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild/windows"
-- git-annex distribution signing key
& Gpg.keyImported (Gpg.GpgKeyId "89C809CB") (User "joey")
+ -- used for building rpms
+ & Apt.installed ["rpm", "createrepo"]
where
endpoint d = combineProperties ("endpoint " ++ d) $ props
& File.dirExists d