Specify the cookbook-specific attiributes.
This commit is contained in:
parent
8931d6709c
commit
ee975266e0
|
@ -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'
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in New Issue