From 0cddef3c0bd1aeed34ae223491570d1fb9a9d49f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 15 Aug 2015 00:15:10 -0700 Subject: [PATCH] remove empress --- config-simple.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config-simple.hs b/config-simple.hs index b322692..b382815 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -27,9 +27,4 @@ hosts = & Apt.stdSourcesList & Apt.installed ["ssh"] & Cron.runPropellor (Cron.Times "30 * * * *") - , host "empress" - & os (System (Ubuntu "trusty") "amd64") - & Apt.stdSourcesList - & Apt.installed ["ssh"] - & Cron.runPropellor (Cron.Times "30 * * * *") ]