Missed sending correct auth to docker run, but at least it tries to authenticate now
This commit is contained in:
parent
427d0cbd0b
commit
14d02f6b3c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class eid::telegraf(String $version = "stable", Array $volumes = [], Array $port
|
||||||
imagetag => "latest",
|
imagetag => "latest",
|
||||||
volumes => $_volumes,
|
volumes => $_volumes,
|
||||||
ports => $ports,
|
ports => $ports,
|
||||||
env => ["INFLUXDB2_TOKEN=$influxdb2_token","INFLUXDB2_ORG=$influxdb2_org","INFLUXDB2_BUCKET=$influxdb2_bucket"]
|
env => ["INFLUXDB2_TOKEN=$influxdb2_token","INFLUXDB2_ORG=$influxdb2_org","INFLUXDB2_BUCKET=$influxdb2_bucket","INFLUX2_TOKEN=$influx2_token"]
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
sunet::docker_run {"telegraf":
|
sunet::docker_run {"telegraf":
|
||||||
|
|
Loading…
Add table
Reference in a new issue