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