summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types')
-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 4c891a46..17a02bd2 100644
--- a/src/Propellor/Types/Attr.hs
+++ b/src/Propellor/Types/Attr.hs
@@ -39,7 +39,7 @@ instance Monoid Attr where
Just v -> Just v
Nothing -> _sshPubKey old
, _dns = _dns new <> _dns old
- , _namedconf = _namedconf new <> _namedconf old
+ , _namedconf = _namedconf old <> _namedconf new
, _dockerImage = case _dockerImage new of
Just v -> Just v
Nothing -> _dockerImage old