Add the file part of this now.

This commit is contained in:
Ralph Bean 2015-08-19 00:38:51 +00:00
parent df12a914ef
commit 8986bd5732

View file

@ -305,7 +305,7 @@
- config - config
- bodhi - bodhi
- name: ensure that nrpe has rights to monitor us - name: ensure that nrpe has rights to monitor us (dir)
file: > file: >
dest=/var/run/fedmsg dest=/var/run/fedmsg
mode=0775 mode=0775
@ -318,3 +318,15 @@
tags: tags:
- fedmsgmonitor - fedmsgmonitor
- bodhi - bodhi
- name: ensure that nrpe has rights to monitor us (file)
file: >
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
mode=0775
owner=masher
group=nrpe
state=file
ignore_errors: true
tags:
- fedmsgmonitor
- bodhi