hostname
This commit is contained in:
parent
241e7c2461
commit
d87d9a81c4
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class eid::telegraf(String $version = "stable", Array $volumes = []) {
|
|||
$_volumes = flatten(["/dev/log:/dev/log","/var/log:/var/log","/etc/telegraf:/etc/telegraf","/var/run/utmp:/var/run/utmp:ro",$volumes])
|
||||
|
||||
sunet::docker_run {"telegraf":
|
||||
hostname => "${::fqdn}",
|
||||
image => "docker.sunet.se/eduid/telegraf",
|
||||
imagetag => $version,
|
||||
volumes => $_volumes,
|
||||
|
|
Loading…
Add table
Reference in a new issue