Specify the cookbook-specific attiributes.

This commit is contained in:
Kazuhiro MUSASHI 2020-09-01 01:32:27 +09:00 committed by Gitea
parent 8931d6709c
commit ee975266e0
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'promtail' => {
'url' => 'https://github.com/grafana/loki/releases/download/',
'bin' => 'promtail-linux-amd64.zip',
'storage' => '/opt/promtail/bin/',
'location' => '/usr/local/bin/',
'data' => '/var/opt/promtail/',
'lokiendpoint' => '192.168.10.118:3100'
},
})