fix build after merge

This commit is contained in:
Joey Hess 2014-07-06 18:25:53 -04:00
parent 40d559fbbe
commit 7bc68ce4af
1 changed files with 1 additions and 1 deletions

View File

@ -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"