diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-06 18:25:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-06 18:25:53 -0400 |
| commit | 7bc68ce4af56996cb82acb152442d61df4177daf (patch) | |
| tree | 04236195e10d59af6dca0f44ea90f2c6fb679bbd | |
| parent | 40d559fbbeb35f76927366948625bb58f1c72209 (diff) | |
fix build after merge
| -rw-r--r-- | config-simple.hs | 2 |
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" |
