```
--- a/cookbooks/nomad/attributes.rb
+++ b/cookbooks/nomad/attributes.rb
@@ -4,6 +4,7 @@
node.reverse_merge!({
'nomad' => {
'manager' => false,
- 'client' => false
+ 'client' => false,
+ 'lokiendpoint' => 'loki.service.consul:3100'
}
})
```
|
||
|---|---|---|
| .. | ||
| files | ||
| templates/etc | ||
| attributes.rb | ||
| default.rb | ||
| install.rb | ||
| setup.rb | ||
| shared_dir.rb | ||