mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-10 14:51:46 +00:00
docs(readme): fix headings [skip ci]
This commit is contained in:
parent
fd8f0e5db5
commit
c97317c39f
1 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,3 @@
|
|||
.. _readme:
|
||||
|
||||
postgres-formula
|
||||
================
|
||||
|
||||
|
@ -63,7 +61,7 @@ Creates such DB objects as: users, tablespaces, databases, schemas and extension
|
|||
See ``pillar.example`` file for details.
|
||||
|
||||
``postgres.python``
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Installs the PostgreSQL adapter for Python on Linux.
|
||||
|
||||
|
@ -119,17 +117,17 @@ Removal states
|
|||
Meta state to remove Postgres software. By default the release installed by formula is targeted only. To target multiple releases, set pillar ``postgres.remove.multiple_releases: True``.
|
||||
|
||||
``postgres.server.remove``
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove server, lib, and contrib packages. The ``postgres.server.remove`` will retain data by default (no data loss) - set pillar ``postgres.remove.data: True`` to remove data and configuration directories also.
|
||||
|
||||
``postgres.client.remove``
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove client package.
|
||||
|
||||
``postgres.dev.remove``
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove development and python packages.
|
||||
|
||||
|
@ -150,7 +148,7 @@ Creates the docker instance and runs the ``postgres`` main state, ready for test
|
|||
Runs the ``inspec`` tests on the actual instance.
|
||||
|
||||
``kitchen destroy``
|
||||
^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Removes the docker instance.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue