parent
0cddef3c0b
commit
1c782f5725
|
@ -27,4 +27,9 @@ hosts =
|
||||||
& Apt.stdSourcesList
|
& Apt.stdSourcesList
|
||||||
& Apt.installed ["ssh"]
|
& Apt.installed ["ssh"]
|
||||||
& Cron.runPropellor (Cron.Times "30 * * * *")
|
& Cron.runPropellor (Cron.Times "30 * * * *")
|
||||||
|
, host "empress"
|
||||||
|
& os (System (Ubuntu "trusty") "amd64")
|
||||||
|
& Apt.stdSourcesList
|
||||||
|
& Apt.installed ["ssh"]
|
||||||
|
& Cron.runPropellor (Cron.Times "30 * * * *")
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue