summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorSaz <me@saz.sh>2011-12-03 15:42:52 +0100
committerSaz <me@saz.sh>2011-12-03 15:42:52 +0100
commit9e9d4e12e93eba7c4b4ece18e7679a8a166e12ec (patch)
treee7c759cab69d2f28eda0ba0fba4611ae5ccba22f /manifests/params.pp
parent3eecd4de389d50367d287a75de6beedbf612393a (diff)
use $rsyslog_high_precision_timestamps as default value to allow user to set variable to true and false
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index b54a782..85fe689 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -1,7 +1,7 @@
class rsyslog::params {
$high_precision_timestamps = $rsyslog_high_precision_timestamps ? {
'' => false,
- default => true,
+ default => $rsyslog_high_precision_timestamps,
}
case $::operatingsystem {