summaryrefslogtreecommitdiff
path: root/manifests/database.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/database.pp')
-rw-r--r--manifests/database.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/database.pp b/manifests/database.pp
index 09c1cc5..fe6d6ac 100644
--- a/manifests/database.pp
+++ b/manifests/database.pp
@@ -46,8 +46,8 @@ class rsyslog::database (
file { $db_conf:
ensure => present,
- owner => 0,
- group => 0,
+ owner => 'root',
+ group => $rsyslog::run_group,
mode => '0600',
content => template("${module_name}/database.conf.erb"),
require => Class['rsyslog::config'],