From 6be0a8d26f4e17691128f50ff898961d99e54368 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 12 Feb 2023 11:11:33 +0200 Subject: [PATCH] no admin pass --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index f256528..31b3bb8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,5 @@ # Class Prometheus class prometheus ( - $admin_password, $system_user = 'prometheus', $container_name = 'prometheeus', $container_image_name = 'prom/prometheus',