diff options
| -rw-r--r-- | doc/forum/upgrading_to_propellor_3.0.mdwn | 13 |
1 files changed, 7 insertions, 6 deletions
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`.) |
