summaryrefslogtreecommitdiff
path: root/doc/forum/upgrading_to_propellor_3.0.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-04-02 15:53:32 -0400
committerJoey Hess2016-04-02 15:53:32 -0400
commitc8d31e8847e6ca15005b2a27568363cecaa36c01 (patch)
tree06c12b9114ca1bd77795802da284088e18dc4b64 /doc/forum/upgrading_to_propellor_3.0.mdwn
parent46a8dc75824e2f41677601dacad190c02d826660 (diff)
format
Diffstat (limited to 'doc/forum/upgrading_to_propellor_3.0.mdwn')
-rw-r--r--doc/forum/upgrading_to_propellor_3.0.mdwn13
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`.)