Merge "Install chrony in telegraf image"

This commit is contained in:
Zuul 2017-11-09 13:39:01 +00:00 committed by Gerrit Code Review
commit 843b62649f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.configure_user(name='telegraf', homedir='/etc/telegraf') }}
{% set telegraf_packages = [
'chrony',
'net-tools',
'python-pip',
'telegraf'