From 2e172efb9b2c231061378ae54c8fa3c223541b06 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Oct 2018 13:14:14 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (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 f170803d..f794566b 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -333,12 +333,11 @@ gitAnnexDistributor = combineProperties "git-annex distributor, including rsync & File.dirExists d & File.ownerGroup d (User "joey") (Group "joey") -downloads :: [Host] -> Property (HasInfo + DebianLike) -downloads hosts = annexWebSite "/srv/git/downloads.git" +downloads :: Property (HasInfo + DebianLike) +downloads = annexWebSite "/srv/git/downloads.git" "downloads.kitenet.net" "840760dc-08f0-11e2-8c61-576b7e66acfd" - [("eubackup", "ssh://eubackup.kitenet.net/~/lib/downloads/")] - `requires` Ssh.knownHost hosts "eubackup.kitenet.net" (User "joey") + [] tmp :: Property (HasInfo + DebianLike) tmp = propertyList "tmp.joeyh.name" $ props -- cgit v1.2.3