From c8d31e8847e6ca15005b2a27568363cecaa36c01 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Apr 2016 15:53:32 -0400 Subject: format --- doc/forum/upgrading_to_propellor_3.0.mdwn | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/forum/upgrading_to_propellor_3.0.mdwn b/doc/forum/upgrading_to_propellor_3.0.mdwn index e7c3bb3e..a6857ce4 100644 --- a/doc/forum/upgrading_to_propellor_3.0.mdwn +++ b/doc/forum/upgrading_to_propellor_3.0.mdwn @@ -18,15 +18,16 @@ Now, the transition guide as far as your config.hs goes: * Add `props` to host definitions. - host name - & foo - & bar + host name + & foo + & bar Becomes - host name $ props - & foo - & bar + host name $ props + & foo + & bar + * Similarly, `propertyList` and `combineProperties` need `props` to be used to combine together properties; they no longer accept lists of properties. (If you have such a list, use `toProps`.) -- cgit v1.3-2-g0d8e