From a381b58d61867a1c02d8476df19014e450d57ea8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Apr 2014 11:06:28 -0400 Subject: propellor spin --- Propellor/Attr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Attr.hs') diff --git a/Propellor/Attr.hs b/Propellor/Attr.hs index 05ea3ff5..acaf28db 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 -- cgit v1.2.3