diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-18 09:37:28 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-18 09:37:28 -0400 |
| commit | f26bdd1e24594ad4552a1e66bf0347afa6dde3e2 (patch) | |
| tree | 73d4365127527be2dd0c29826492a2411f0ffefc | |
| parent | e69a0a60652cbddf6f8b3c4562398a8e61a51917 (diff) | |
allow connections from outside world
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index c939ddce..2a601990 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -42,6 +42,7 @@ oldUseNetServer hosts = propertyList ("olduse.net server") , "allowSTRANGERS = 42" -- lets anyone connect , "nopost = 1" -- no new posting (just gather them) ] + , "/etc/hosts.deny" `File.lacksLine` "leafnode: ALL" , Apt.serviceInstalledRunning "openbsd-inetd" , File.notPresent "/etc/cron.daily/leafnode" , File.notPresent "/etc/cron.d/leafnode" |
