summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJohn Knoll <jpknoll@ucdavis.edu>2013-01-29 13:51:28 -0800
committerJohn Knoll <jpknoll@ucdavis.edu>2013-01-29 13:51:28 -0800
commit2eb9bc34b6fceb8b3aaebd2deb57e593d60fec1c (patch)
tree1c4630f916e9264b837bdedb19b393476c07d52e /manifests
parent7d87752f3178732811b53deb4d8c167184e27a16 (diff)
Update manifests/config.pp
Diffstat (limited to 'manifests')
-rw-r--r--manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index e51ad10..853b71a 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -15,6 +15,7 @@ class rsyslog::config inherits rsyslog::params {
ensure => directory,
owner => 'root',
group => $rsyslog::params::run_group,
+ purse => $rsyslog::params::purge_rsyslog_d,
recurse => true,
force => true,
require => Class['rsyslog::install'],