diff --git a/deployment/puppet/nailgun/examples/rsyslog-only.pp b/deployment/puppet/nailgun/examples/rsyslog-only.pp index a11546ee33..c54cbe51a1 100644 --- a/deployment/puppet/nailgun/examples/rsyslog-only.pp +++ b/deployment/puppet/nailgun/examples/rsyslog-only.pp @@ -10,6 +10,7 @@ class {"::rsyslog::server": } # Fuel specific config for logging parse formats used for /var/log/remote +$show_timezone = true $logconf = "${::rsyslog::params::rsyslog_d}30-remote-log.conf" file { $logconf : content => template('openstack/30-server-remote-log.conf.erb'),