From 14c390972ded515803fc606867afb30bbd7c9560 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Aug 2017 18:59:36 -0400 Subject: propellor spin --- joeyconfig.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index 24436713..85d323c1 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -335,7 +335,7 @@ kite = host "kite.kitenet.net" $ props & Dns.secondaryFor ["animx"] hosts "animx.eu.org" -- Use its own name server (amoung other things this avoids -- spamassassin URIBL_BLOCKED. - & "/etc/resolv.conf" `File.containsLines` + & "/etc/resolv.conf" `File.hasContent` [ "nameserver 127.0.0.1" , "domain kitenet.net" , "search kitenet.net" -- cgit v1.2.3