bodhi-backend02 runs the SAR script, so it needs the vars.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
4d7e1eb3ab
commit
d545cfe01c
2 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,6 @@ bodhi_masher_enabled: True
|
|||
bodhi_updates_handler_enabled: False
|
||||
bodhi_signed_handler_enabled: False
|
||||
|
||||
# GDPR SAR variables
|
||||
sar_script: /usr/local/bin/bodhi_sar.py
|
||||
sar_script_user: apache
|
||||
sar_output_file: bodhi.json
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
# This first cert is used by the push-tool. releng members run it and it fires
|
||||
|
|
|
@ -14,6 +14,11 @@ bodhi_masher_enabled: False
|
|||
bodhi_updates_handler_enabled: True
|
||||
bodhi_signed_handler_enabled: True
|
||||
|
||||
# GDPR SAR variables
|
||||
sar_script: /usr/local/bin/bodhi_sar.py
|
||||
sar_script_user: apache
|
||||
sar_output_file: bodhi.json
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue