mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Try to get virthosts to use correct postfix set.
For some reason the vmhost-x86-copr systems are not using the correct main.cf even though we have told the variables which one to use. I am trying a second method to try and force this, but will have to come up with a different datacenter definition for these otherwise as I can't figure out why the code is different.
This commit is contained in:
@@ -12,7 +12,9 @@ nrpe_procs_crit: 1500
|
||||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
vpn: false
|
||||
postfix_group: cloud
|
||||
postfix_group: copr
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
freezes: false
|
||||
|
||||
csi_security_category: High
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
Reference in New Issue
Block a user