From 0ddc875447fe58f20182daf3b3fc7ede4cccb974 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 17 Feb 2023 13:26:10 +0200 Subject: [PATCH] remove ipv6 --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 44e9d4c..4860864 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,7 @@ class prometheus ( "${container_port}:9090", ], network => 'host', - sysctl => 'net.ipv6.conf.all.disable_ipv6=1', + #sysctl => 'net.ipv6.conf.all.disable_ipv6=1', volume => [ "${container_volume_name}:/prometheus", ], @@ -41,7 +41,7 @@ class prometheus ( publish => [ "${container_port}:9090", ], - sysctl => 'net.ipv6.conf.all.disable_ipv6=1', + #sysctl => 'net.ipv6.conf.all.disable_ipv6=1', network => 'host', volume => [ "${container_data_folder}:/prometheus",