convert empress to debian 8

This commit is contained in:
Christine Dodrill 2015-08-15 00:15:55 -07:00
parent 1c782f5725
commit 58bccaa169
1 changed files with 1 additions and 1 deletions

View File

@ -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 * * * *")