From a381b58d61867a1c02d8476df19014e450d57ea8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Apr 2014 11:06:28 -0400 Subject: [PATCH] propellor spin --- Propellor/Attr.hs | 2 +- config-joey.hs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Propellor/Attr.hs b/Propellor/Attr.hs index 05ea3ff..acaf28d 100644 --- a/Propellor/Attr.hs +++ b/Propellor/Attr.hs @@ -43,7 +43,7 @@ ipv6 addr = pureAttrProperty ("ipv6 " ++ addr) -- | Indicates another name for the host in the DNS. alias :: Domain -> Property -alias domain = pureAttrProperty ("aka " ++ domain) +alias domain = pureAttrProperty ("alias " ++ domain) (addDNS $ CNAME $ AbsDomain domain) addDNS :: Record -> SetAttr diff --git a/config-joey.hs b/config-joey.hs index 1f1b6c1..d67e3ae 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -46,6 +46,7 @@ hosts = -- (o) ` & Network.ipv6to4 & Tor.isBridge & Postfix.satellite + & myDnsSecondary & Docker.configured & alias "shell.olduse.net"