summaryrefslogtreecommitdiff
path: root/src/Propellor/Host.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Host.hs')
-rw-r--r--src/Propellor/Host.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Host.hs b/src/Propellor/Host.hs
index 14d56e20..896db676 100644
--- a/src/Propellor/Host.hs
+++ b/src/Propellor/Host.hs
@@ -61,4 +61,4 @@ propigateInfo hl p f = combineProperties (propertyDesc p) $
p' = p { propertyInfo = f (propertyInfo p) }
i = hostInfo (getHost hl)
dnsprops = map addDNS (S.toList $ _dns i)
- privprops = map addPrivDataField (S.toList $ _privDataFields i)
+ privprops = map addPrivData (S.toList $ _privData i)