20 lines
295 B
Plaintext
20 lines
295 B
Plaintext
package nut0
|
|
|
|
import (
|
|
"list"
|
|
|
|
"du5t1n.me/cfg/app/collectd"
|
|
"du5t1n.me/cfg/app/nut"
|
|
"du5t1n.me/cfg/app/promtail"
|
|
"du5t1n.me/cfg/env/prod"
|
|
)
|
|
|
|
render: list.Concat([
|
|
prod.templates,
|
|
collectd.templates,
|
|
promtail.templates,
|
|
nut.templates,
|
|
nut.monitor.templates,
|
|
nut.collectd.templates,
|
|
])
|