summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp9
1 files changed, 3 insertions, 6 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 39edd31..624dfe8 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -38,12 +38,9 @@ class rsyslog::client (
default => template($custom_config),
}
- file { $rsyslog::params::client_conf:
+ rsyslog::snippet {'client':
ensure => present,
- owner => root,
- group => $rsyslog::params::run_group,
content => $content_real,
- require => Class['rsyslog::config'],
- notify => Class['rsyslog::service'],
- }
+ }
+
}