Drop this plugin config, we don't use the plugin anymore.
This commit is contained in:
parent
648afba889
commit
4d6793151b
2 changed files with 0 additions and 14 deletions
|
@ -18,7 +18,3 @@
|
|||
- name: darkjobworker.conf
|
||||
template: src=darkjobworker.conf.j2 dest=/etc/darkserver/darkjobworker.conf owner=apache group=apache mode=640
|
||||
notify: restart httpd
|
||||
|
||||
- name: darkserver.conf
|
||||
template: src=darkserver.conf.j2 dest=/etc/httpd/conf.d/darkserver.fedoraproject.org/darkserver.conf owner=root group=root mode=0644
|
||||
notify: restart httpd
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[darkserver]
|
||||
{% if environment == "staging" %}
|
||||
host=db-darkserver.stg
|
||||
{% else %}
|
||||
host=db-darkserver
|
||||
{% endif %}
|
||||
user=darkserver-koji
|
||||
password={{ darkserverKojiPluginDBPassword }}
|
||||
database=darkserver
|
||||
port=3306
|
Loading…
Add table
Add a link
Reference in a new issue