Wrong bodhi*/backend/ role.

This commit is contained in:
Ralph Bean 2015-08-22 02:00:16 +00:00
parent 87aa9209ee
commit 34636f1895
2 changed files with 6 additions and 6 deletions

View file

@ -18,12 +18,6 @@
- name: add masher user as 751 - and group
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
- name: add nrpe to the masher group so it can talk to the monitoring socket
user: name=nrpe groups=masher append=yes
tags:
- fedmsgdmonitor
- nagios_client
- name: install needed packages
yum: pkg={{ item }} state=present
with_items:

View file

@ -42,6 +42,12 @@
tags:
- bodhi
- name: add nrpe to the masher group so it can talk to the monitoring socket
user: name=nrpe groups=masher append=yes
tags:
- fedmsgdmonitor
- nagios_client
- name: change owner and group attributes of bodhi.pem file
file: >
path="/etc/pki/bodhi/bodhi.pem"