fix default container name

This commit is contained in:
Antonio J. Delgado 2024-02-29 18:01:45 +02:00
parent 0ddc875447
commit 5249ae1000

View file

@ -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,