From 5249ae10004f8643ef2b9dcd899362bf25540015 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 29 Feb 2024 18:01:45 +0200 Subject: [PATCH] fix default container name --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4860864..8975e8b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ # Class Prometheus class prometheus ( $system_user = 'prometheus', - $container_name = 'prometheeus', + $container_name = 'prometheus', $container_image_name = 'prom/prometheus', $container_image_version = 'latest', $container_mount_data_folder = true,