Remove some mash stuff
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c9f5123223
commit
7b5ab455f1
1 changed files with 0 additions and 22 deletions
|
@ -16,7 +16,6 @@
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- mock
|
- mock
|
||||||
- mash
|
|
||||||
- fedmsg-hub
|
- fedmsg-hub
|
||||||
- fedmsg-relay
|
- fedmsg-relay
|
||||||
- python-mock
|
- python-mock
|
||||||
|
@ -450,17 +449,6 @@
|
||||||
- fedmsgmonitor
|
- fedmsgmonitor
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
- name: install our atomic composer config
|
|
||||||
template: >
|
|
||||||
src=atomic-config.py.j2
|
|
||||||
dest=/usr/lib/python2.7/site-packages/fedmsg_atomic_composer/config.py
|
|
||||||
owner=apache
|
|
||||||
mode=0644
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
- bodhi
|
|
||||||
- atomic
|
|
||||||
|
|
||||||
- name: ensure apache is disabled on the backend
|
- name: ensure apache is disabled on the backend
|
||||||
service: name=httpd enabled=no state=stopped
|
service: name=httpd enabled=no state=stopped
|
||||||
tags:
|
tags:
|
||||||
|
@ -484,13 +472,3 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
#- name: have apache own /mnt/koji/mash/updates
|
|
||||||
# file: path=/mnt/koji/mash/updates state=directory recurse=yes owner=apache group=apache
|
|
||||||
# tags:
|
|
||||||
# - bodhi
|
|
||||||
#
|
|
||||||
#- name: have apache own /mnt/koji/mash/atomic
|
|
||||||
# file: path=/mnt/koji/mash/atomic state=directory recurse=yes owner=apache group=apache
|
|
||||||
# tags:
|
|
||||||
# - bodhi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue