mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Comment out filebeat check_cmd for now
This commit is contained in:
parent
81c4997c6b
commit
e3703f8652
@ -39,7 +39,7 @@ dictupdate.update(config, __pillar__['filebeat'].get('config', {}))
|
||||
|
||||
state('/etc/filebeat/filebeat.yml').file.managed(
|
||||
mode=640, user='root', group='root',
|
||||
check_cmd='filebeat test config -c',
|
||||
# check_cmd='filebeat test config -c',
|
||||
contents="# This file is generated by Salt\n" + yaml.dump(config)).\
|
||||
require(file="/etc/filebeat/")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user