Skip to content

Commit 3f457d5

Browse files
committed
README: Use markdown tables in the PostgreSQL attributes section
1 parent 1ca67b0 commit 3f457d5

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

README.md

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -257,33 +257,12 @@ If you are using PostgreSQL version `< 9.3`, you may need to adjust the `shmmax`
257257

258258
Some cookbook attributes are used internally to add PostgreSQL support. They can make your journey smoother if you need to improve PostgreSQL support.
259259

260-
<table>
261-
<tr>
262-
<th>Attribute</th>
263-
<th>Description</th>
264-
<th>Default</th>
265-
</tr>
266-
<tr>
267-
<td><code>node['postfix-dovecot']['yum']</code></td>
268-
<td>A list of yum repositories to add to include the source SRPMs.</td>
269-
<td><em>calculated</em></td>
270-
</tr>
271-
<tr>
272-
<td><code>node['postfix-dovecot']['postfix']['srpm']['packages']</code></td>
273-
<td>Packages required for compiling Postfix from sources.</td>
274-
<td><em>calculated</em></td>
275-
</tr>
276-
<tr>
277-
<td><code>node['postfix-dovecot']['postfix']['srpm']['rpm_regexp']</code></td>
278-
<td>An array with two values, a pattern and a replacement. This Regexp is used to get the final Postfix RPM name from the SRPM name.</td>
279-
<td><em>calculated</em></td>
280-
</tr>
281-
<tr>
282-
<td><code>node['postfix-dovecot']['postfix']['srpm']['rpm_build_args']</code></td>
283-
<td>A string with the arguments to pass to <em>rpmbuild</em> application. Normally contains the required option to enable PostgreSQL in the Postfix SRPM.</td>
284-
<td><em>calculated</em></td>
285-
</tr>
286-
</table>
260+
| Attribute | Default | Description |
261+
|:---------------------------------------------------------------|:-------------|:-------------------------------|
262+
| `node['postfix-dovecot']['yum']` | *calculated* | A list of yum repositories to add to include the source SRPMs.
263+
| `node['postfix-dovecot']['postfix']['srpm']['packages']` | *calculated* | Packages required for compiling Postfix from sources.
264+
| `node['postfix-dovecot']['postfix']['srpm']['rpm_regexp']` | *calculated* | An array with two values, a pattern and a replacement. This Regexp is used to get the final Postfix RPM name from the SRPM name.
265+
| `node['postfix-dovecot']['postfix']['srpm']['rpm_build_args']` | *calculated* | A string with the arguments to pass to *rpmbuild* application. Normally contains the required option to enable PostgreSQL in the Postfix SRPM.
287266

288267
See the [attributes/postfix_postgresql.rb](/attributes/postfix_postgresql.rb) file for default examples.
289268

0 commit comments

Comments
 (0)