salt/doc/man
Evan Borgstrom 1cffa188e5 Minor documentation correction on 'context' & 'defaults'
To ensure the YAML structure correctly assigns 'context' & 'defaults' as
dicts the elements under context & defaults need an extra set of
indents.

Example:

- example:
  test: 1

Compiles to: [{'example': None, 'test': 1}]

While:

- example:
    test: 1

Correctly compiles to: [{'example': {'test': 1}}]
2012-01-18 18:38:29 -05:00
..
salt-call.1 update the manpages 2012-01-14 20:23:12 -07:00
salt-cp.1 Debian/Ubuntu package for upstream acceptance 2012-01-18 12:15:01 -08:00
salt-key.1 update the manpages 2012-01-14 20:23:12 -07:00
salt-master.1 update the manpages 2012-01-14 20:23:12 -07:00
salt-minion.1 update the manpages 2012-01-14 20:23:12 -07:00
salt-run.1 update the manpages 2012-01-14 20:23:12 -07:00
salt-syndic.1 update the manpages 2012-01-14 20:23:12 -07:00
salt.1 update the manpages 2012-01-14 20:23:12 -07:00
salt.7 Minor documentation correction on 'context' & 'defaults' 2012-01-18 18:38:29 -05:00