summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 11:06:28 -0400
committerJoey Hess2014-04-19 11:06:28 -0400
commita381b58d61867a1c02d8476df19014e450d57ea8 (patch)
tree2d31c48af7e1f00eb71ca3989ea737842c7f75aa /Propellor
parent10c5c1d2310387de502a377e31ce1e5104b51acc (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Attr.hs2
1 files changed, 1 insertions, 1 deletions
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