summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-08 19:31:03 -0400
committerJoey Hess2014-04-08 19:31:03 -0400
commita52a2a89dfe92d7bed4a6446101657a288fd3bae (patch)
tree207f98df36a858276269dcf87926566ea082018b /config-joey.hs
parent7561ee0443a33ffc0574dc6b606c9128da3fba4f (diff)
serviceInstalledRunning
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 6e58d5d6..baabd8cb 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -68,8 +68,7 @@ container _parenthost name
[ Docker.publish "8080:80"
, Docker.volume "/var/www:/var/www"
, Docker.inside $ props
- & serviceRunning "apache2"
- `requires` Apt.installed ["apache2"]
+ & Apt.serviceInstalledRunning "apache2"
& Apt.unattendedUpgrades
]