summaryrefslogtreecommitdiff
path: root/src/Propellor/Host.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-15 20:15:01 -0400
committerJoey Hess2015-01-15 20:15:01 -0400
commitc7609c824ba1ce7cdcdf9c646b721db80333f04b (patch)
treed35862ed87d9b61d73d45013085642dc1c0fa2d7 /src/Propellor/Host.hs
parentee7135dbfd87c1be06ce7777e9e21fd6548c420e (diff)
Add descriptions of how to set missing fields to --list-fields output. (Minor API changes)
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)