From dba9920824c22d5b7f1270b4c1d61f2ef543855f Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 10 Feb 2023 19:38:54 +0200 Subject: [PATCH] fix image --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c4b0946..9e0b2cd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,7 +62,7 @@ class grafana ( exec_env => $env, } podman::container { $container_name: - image => "local/${container_name}", + image => $container_name, flags => $flags, service_flags => { timeout => '180'