From 560da67cb8b68b94ec39580b3137a867ee98d674 Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Thu, 25 Jan 2024 21:33:48 +0100 Subject: [PATCH] Fix an other typo --- manifests/runner.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/runner.pp b/manifests/runner.pp index 38e836a..bda5ad5 100644 --- a/manifests/runner.pp +++ b/manifests/runner.pp @@ -99,7 +99,7 @@ class podmanrunner::runner ( } if $runnerdata { - notify {'runnercontent{x}': + notify {"runnercontent${x}": message => $runnerdata } }