summaryrefslogtreecommitdiff
path: root/manifests/database.pp
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-01-24 17:08:42 +0100
committerSteffen Zieger <me@saz.sh>2014-01-24 17:08:42 +0100
commit83c2890c40962cd19b5a402b250a40029f46430b (patch)
tree888e1e635afc9114e55db54714b6f0c225e4fb63 /manifests/database.pp
parent5b4dfc310b7f9289638e82d4050f41b45e598ab6 (diff)
add initial gentoo support
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 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'],