From 42faf50d11a7f657a32525e5d53a8118cf81c2be Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Sep 2019 11:58:56 -0400 Subject: update --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs') 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 -- cgit v1.2.3