From 7d3c09df5f33e1560e5d4c5b8f3c78a5a588dd5a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Jul 2014 11:52:46 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 1 + src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index f96902b..9a9e036 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -436,6 +436,7 @@ monsters = -- but do want to track their public keys etc. - - test mail - - test virus filtering - - test http://kitenet.net/~kyle/ (user home dirs) + - - migrate user cron jobs -} , host "mouse.kitenet.net" & ipv6 "2001:4830:1600:492::2" diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 2394eb2..9f60631 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -347,7 +347,7 @@ githubBackup = propertyList "github-backup box" in File.hasPrivContent f anyContext `onChange` File.ownerGroup f "joey" "joey" , Cron.niceJob "github-backup run" "30 4 * * *" "joey" - "/home/joey/lib/backup" $ intercalate "&" + "/home/joey/lib/backup" $ intercalate "&&" [ "mkdir -p github" , "cd github" , ". $HOME/.github-keys && github-backup joeyh"