From 1c782f5725a6d333e887d990f12ba42028720f45 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 15 Aug 2015 00:15:20 -0700 Subject: [PATCH] Revert "remove empress" This reverts commit 0cddef3c0bd1aeed34ae223491570d1fb9a9d49f. --- config-simple.hs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config-simple.hs b/config-simple.hs index b382815..b322692 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -27,4 +27,9 @@ 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 * * * *") ]