summaryrefslogtreecommitdiff
path: root/Propellor/Attr.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 11:42:31 -0400
committerJoey Hess2014-04-19 11:42:31 -0400
commit8c12c5b8ece4c7027c3261b8c6e59dbc750b08e9 (patch)
tree543bf2f0a6d82db926a549fad2f147f036d62a79 /Propellor/Attr.hs
parent5dd316a0ad4abce5e81ea19e52caf7b57081cda3 (diff)
parenta2ef91929a19c4b70877691a66074fc42a9488ea (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'Propellor/Attr.hs')
-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