fix default container name
This commit is contained in:
parent
0ddc875447
commit
5249ae1000
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue