From 58bccaa169eeeeecf3c4cabc96b20f02e943fa51 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 15 Aug 2015 00:15:55 -0700 Subject: [PATCH] convert empress to debian 8 --- config-simple.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-simple.hs b/config-simple.hs index b322692..7a6a728 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -28,7 +28,7 @@ hosts = & Apt.installed ["ssh"] & Cron.runPropellor (Cron.Times "30 * * * *") , host "empress" - & os (System (Ubuntu "trusty") "amd64") + & os (System (Debian (Stable "jessie")) "amd64") & Apt.stdSourcesList & Apt.installed ["ssh"] & Cron.runPropellor (Cron.Times "30 * * * *")