From c7609c824ba1ce7cdcdf9c646b721db80333f04b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jan 2015 20:15:01 -0400 Subject: Add descriptions of how to set missing fields to --list-fields output. (Minor API changes) --- src/Propellor/Host.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Host.hs') 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) -- cgit v1.2.3