Add the file part of this now.
This commit is contained in:
parent
df12a914ef
commit
8986bd5732
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue