no netowkr host
This commit is contained in:
parent
2342c6fcb7
commit
de4d364840
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ class prometheus (
|
||||||
"${container_volume_name}:/prometheus",
|
"${container_volume_name}:/prometheus",
|
||||||
],
|
],
|
||||||
env => $env,
|
env => $env,
|
||||||
network => 'host',
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
user { $system_user:
|
user { $system_user:
|
||||||
|
@ -47,7 +46,6 @@ class prometheus (
|
||||||
"${container_config_folder}:/etc/prometheus",
|
"${container_config_folder}:/etc/prometheus",
|
||||||
],
|
],
|
||||||
env => $env,
|
env => $env,
|
||||||
network => 'host',
|
|
||||||
}
|
}
|
||||||
file { "${container_config_folder}/prometheus.yml":
|
file { "${container_config_folder}/prometheus.yml":
|
||||||
content => template('prometheus/prometheus.yml.erb'),
|
content => template('prometheus/prometheus.yml.erb'),
|
||||||
|
|
Loading…
Reference in a new issue