diff --git a/manifests/init.pp b/manifests/init.pp index 7c7de25..bfa80ba 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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'),