diff options
author | varac <varacanero@zeromail.org> | 2014-02-25 14:03:28 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-27 18:12:15 +0100 |
commit | ee83c7227f64bab9a36ecbfd86049bc3153b3760 (patch) | |
tree | 168d0b5828c4ce2a383e76447b83ef649b3328dc /puppet/modules | |
parent | 3df2e8761ce6c54f6914d24e7acd24634d43c44d (diff) |
moved logwatch/tapicero.cfg to logwatch/syslog/tapicero.cfg
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg (renamed from puppet/modules/site_check_mk/files/agent/logwatch/tapicero.cfg) | 0 | ||||
-rw-r--r-- | puppet/modules/site_check_mk/manifests/agent/tapicero.pp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/tapicero.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg index 4e3808eb..4e3808eb 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/tapicero.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg diff --git a/puppet/modules/site_check_mk/manifests/agent/tapicero.pp b/puppet/modules/site_check_mk/manifests/agent/tapicero.pp index dc785e52..369ed00b 100644 --- a/puppet/modules/site_check_mk/manifests/agent/tapicero.pp +++ b/puppet/modules/site_check_mk/manifests/agent/tapicero.pp @@ -1,7 +1,7 @@ class site_check_mk::agent::tapicero { concat::fragment { 'syslog_tapicero': - source => 'puppet:///modules/site_check_mk/agent/logwatch/tapicero.cfg', + source => 'puppet:///modules/site_check_mk/agent/logwatch/syslog/tapicero.cfg', target => '/etc/check_mk/logwatch.d/syslog.cfg', order => '02'; } |