puppet-tripleo/templates/fluentd/fluentd_user.conf.erb
Lars Kellogg-Stedman a8fbe2f776 logging: teach fluentd.pp about fluentd_service_user
This allows tripleo to explicitly set the user that will be used to
run the fluentd service, rather than relying on the package defaults.

Change-Id: I4e4bb72cc3f28d884c174fdf7df1594b344c1f40
2018-01-09 15:38:24 +01:00

4 lines
82 B
Plaintext

# This file is maintained by puppet.
[Service]
User=<%= @_fluentd_service_user %>