summaryrefslogtreecommitdiff
path: root/manifests/database.pp
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-02-05 16:31:31 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-02-05 16:31:31 +0100
commit6a81a5deb00e4b9b69348fd56fb4477d4a284a98 (patch)
tree69fbe19549991c79f8f79e87a257af6b74ec9314 /manifests/database.pp
parent0b8473f2a9788f8df69bc94d6c5bfcc5c3b78c56 (diff)
Revert "add initial gentoo support"
This reverts commit 83c2890c40962cd19b5a402b250a40029f46430b. Conflicts: manifests/config.pp
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'],