You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
| `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.
287
266
288
267
See the [attributes/postfix_postgresql.rb](/attributes/postfix_postgresql.rb) file for default examples.
0 commit comments