summaryrefslogtreecommitdiff
path: root/config-simple.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-06 18:25:53 -0400
committerJoey Hess2014-07-06 18:25:53 -0400
commit7bc68ce4af56996cb82acb152442d61df4177daf (patch)
tree04236195e10d59af6dca0f44ea90f2c6fb679bbd /config-simple.hs
parent40d559fbbeb35f76927366948625bb58f1c72209 (diff)
fix build after merge
Diffstat (limited to 'config-simple.hs')
-rw-r--r--config-simple.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-simple.hs b/config-simple.hs
index 94562eeb..35eae40c 100644
--- a/config-simple.hs
+++ b/config-simple.hs
@@ -29,7 +29,7 @@ hosts =
& Apt.unattendedUpgrades
& Apt.installed ["etckeeper"]
& Apt.installed ["ssh"]
- & User.hasSomePassword "root"
+ & User.hasSomePassword "root" (Context "mybox.example.com")
& Network.ipv6to4
& File.dirExists "/var/www"
& Docker.docked hosts "webserver"