summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Attr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Attr.hs')
-rw-r--r--src/Propellor/Types/Attr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Attr.hs b/src/Propellor/Types/Attr.hs
index 7455c3c3..b41a813b 100644
--- a/src/Propellor/Types/Attr.hs
+++ b/src/Propellor/Types/Attr.hs
@@ -34,7 +34,7 @@ instance Monoid Attr where
mappend old new = Attr
{ _os = _os old <> _os new
, _sshPubKey = _sshPubKey old <> _sshPubKey new
- , _dns = _dns new <> _dns old
+ , _dns = _dns old <> _dns new
, _namedconf = _namedconf old <> _namedconf new
, _dockerImage = _dockerImage old <> _dockerImage new
, _dockerRunParams = _dockerRunParams old <> _dockerRunParams new