summaryrefslogtreecommitdiff
path: root/config-simple.hs
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 17:31:09 -0400
committerJoey Hess2014-08-19 17:31:09 -0400
commit215a8e7f0e0943166e98611176b3b5290f31730b (patch)
treed90d45a050d8f4e8e8a2dac710f976730af5e246 /config-simple.hs
parent4766442124483e6c0965f02e6a2f19ce0cb962be (diff)
merge from master
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"