diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-10 16:39:16 -0300 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-10 16:39:16 -0300 |
| commit | d23312cb2b8e1396971a8daa2d05ef1d20969659 (patch) | |
| tree | 168fd708864a701062c9b11b420f1a5ebceb946c | |
| parent | d7ad05acaaf05c7af066c1d41f3e70e61a9bec96 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index c7c3f3be..769357ce 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -58,7 +58,7 @@ hosts = -- (o) ` & alias "openid.kitenet.net" & Docker.docked hosts "openid-provider" - `requires` Apt.installed ["ntp"] + `requires` Apt.serviceInstalledRunning "ntp" & alias "ancient.kitenet.net" & Docker.docked hosts "ancient-kitenet" |
