diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-23 17:13:02 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-23 17:13:02 -0400 |
| commit | 95296a961c4ca967538e63e7d0b78f845493fcf8 (patch) | |
| tree | 693a9a96797c064c6a939d713a2125bfba9a43fb /config-simple.hs | |
| parent | f85720415d55d836691fe04f9b9192cdc1b427ba (diff) | |
| parent | baba668033f86b7c91f6b15c58002ea4bdbf3da2 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'config-simple.hs')
| -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 fb02e279..c03149ed 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" (Context "mybox.example.com") + & User.hasSomePassword "root" & Network.ipv6to4 & File.dirExists "/var/www" & Docker.docked webserverContainer |
