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",
|
||||
],
|
||||
env => $env,
|
||||
network => 'host',
|
||||
}
|
||||
} else {
|
||||
user { $system_user:
|
||||
|
@ -47,7 +46,6 @@ class prometheus (
|
|||
"${container_config_folder}:/etc/prometheus",
|
||||
],
|
||||
env => $env,
|
||||
network => 'host',
|
||||
}
|
||||
file { "${container_config_folder}/prometheus.yml":
|
||||
content => template('prometheus/prometheus.yml.erb'),
|
||||
|
|
Loading…
Reference in a new issue