convert empress to debian 8
This commit is contained in:
parent
1c782f5725
commit
58bccaa169
|
@ -28,7 +28,7 @@ hosts =
|
||||||
& Apt.installed ["ssh"]
|
& Apt.installed ["ssh"]
|
||||||
& Cron.runPropellor (Cron.Times "30 * * * *")
|
& Cron.runPropellor (Cron.Times "30 * * * *")
|
||||||
, host "empress"
|
, host "empress"
|
||||||
& os (System (Ubuntu "trusty") "amd64")
|
& os (System (Debian (Stable "jessie")) "amd64")
|
||||||
& Apt.stdSourcesList
|
& Apt.stdSourcesList
|
||||||
& Apt.installed ["ssh"]
|
& Apt.installed ["ssh"]
|
||||||
& Cron.runPropellor (Cron.Times "30 * * * *")
|
& Cron.runPropellor (Cron.Times "30 * * * *")
|
||||||
|
|
Loading…
Reference in New Issue