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
|
||||
- bodhi
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us
|
||||
- name: ensure that nrpe has rights to monitor us (dir)
|
||||
file: >
|
||||
dest=/var/run/fedmsg
|
||||
mode=0775
|
||||
|
@ -318,3 +318,15 @@
|
|||
tags:
|
||||
- fedmsgmonitor
|
||||
- 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