diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/Attr.hs | 2 |
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 |
