forked from infra/ansible
[postfix] Add missing variable to retrace group
The host_group variable was missing in retrace group, so the postfix role took standard rdu3 main.cf file instead. Let's define the variable. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
6ac10896be
commit
36f773ece9
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ nrpe_procs_warn: 1800
|
|||
primary_auth_source: ipa
|
||||
tcp_ports: [80, 443]
|
||||
vpn: true
|
||||
host_group: retrace
|
||||
|
||||
notes: |
|
||||
Provide a web interface and backend for ABRT Analytics and Retrace Server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue