diff options
author | Saz <me@saz.sh> | 2011-12-03 15:42:52 +0100 |
---|---|---|
committer | Saz <me@saz.sh> | 2011-12-03 15:42:52 +0100 |
commit | 9e9d4e12e93eba7c4b4ece18e7679a8a166e12ec (patch) | |
tree | e7c759cab69d2f28eda0ba0fba4611ae5ccba22f | |
parent | 3eecd4de389d50367d287a75de6beedbf612393a (diff) |
use $rsyslog_high_precision_timestamps as default value to allow user to set variable to true and false
-rw-r--r-- | manifests/params.pp | 2 |
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 { |