comment out more xmpp stuff for now
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
19274ca96f
commit
31ac4a14d4
1 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,9 @@
|
|||
- name: Copy plugins
|
||||
copy: src=plugins dest=/usr/lib/nagios/plugins/ mode=0755 owner=root group=root
|
||||
|
||||
- name: Copy xmpp plugin config
|
||||
file: src={{puppet_private}}/xmppnagios.ini dest=/etc/nagios/private/xmppnagios.ini mode=0660 owner=nagios group=nagios
|
||||
# TODO: rhel7
|
||||
#- name: Copy xmpp plugin config
|
||||
# file: src={{puppet_private}}/xmppnagios.ini dest=/etc/nagios/private/xmppnagios.ini mode=0660 owner=nagios group=nagios
|
||||
|
||||
- name: Create log directory
|
||||
file: dest=/var/log/nagios state=directory group=nagios owner=nagios mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue