X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=manifests%2Fconfig.pp;fp=manifests%2Fconfig.pp;h=147a4bad8bf70de6111fa03876738ad6d9cb4b49;hb=aaef3588d530d014e260aa95093ca154ed30c06f;hp=3d1664b075d2b93ac941251b0458499dc95407b0;hpb=b18e693de450eddf8818bedcece1bfdb2413141d;p=user%2Fhenk%2Fcode%2Fpuppet%2Fmodules%2Flogcheck.git diff --git a/manifests/config.pp b/manifests/config.pp index 3d1664b..147a4ba 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -1,64 +1,17 @@ class logcheck::config ($reportlevel) { file { -# '/etc/logcheck/logcheck.conf': -# ensure => present, -# content => template("logcheck/etc/logcheck/logcheck.conf.${::fqdn}"), -# ; - '/etc/logcheck/ignore.d.server/': ensure => directory, source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.server/', recurse => remote, replace => true, -# group => 'logcheck', -# mode => '2750', ; - '/etc/logcheck/ignore.d.workstation/': ensure => directory, source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.workstation/', recurse => remote, replace => true, -# group => 'logcheck', -# mode => '2750', ; - -# '/etc/logcheck/ignore.d.workstation/local-wpasupplicant': -# ensure => present, -# source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.workstation/local-wpasupplicant', -# group => 'logcheck', -# ; -# -# '/etc/logcheck/ignore.d.workstation/local-dbus': -# ensure => present, -# source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.workstation/local-dbus', -# group => 'logcheck', -# ; -# -# '/etc/logcheck/ignore.d.workstation/local-kde': -# ensure => present, -# source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.workstation/local-kde', -# group => 'logcheck', -# ; -# -# '/etc/logcheck/ignore.d.workstation/local-networkmanager': -# ensure => present, -# source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.workstation/local-networkmanager', -# group => 'logcheck', -# ; -# '/etc/logcheck/ignore.d.workstation/local-dhcpcd': -# ensure => absent, -# ; -# '/etc/logcheck/ignore.d.server/local-sympa': -# ensure => present, -# source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.server/local-sympa', -# group => 'logcheck', -# ; -# '/etc/logcheck/ignore.d.server/local-dhcpcd': -# ensure => present, -# source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.server/local-dhcpcd', -# group => 'logcheck', -# ; } }