From d1aaf06f1c30764f26428223840a7d66f255ab47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 21:19:07 -0400 Subject: reorder for consistency Onrder does not matter for mappend on set --- src/Propellor/Types/Attr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Types') 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 -- cgit v1.2.3