From 13cb071f332a3e30b6ddc66251c65b3551e0a994 Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Thu, 18 Jan 2024 09:19:55 +0100 Subject: [PATCH] Setup replica parameter in puppet class --- manifests/podmanrunner.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/podmanrunner.pp b/manifests/podmanrunner.pp index 79a2c14..352ef7e 100644 --- a/manifests/podmanrunner.pp +++ b/manifests/podmanrunner.pp @@ -1,5 +1,7 @@ # Class for forgeo action runner. -class podmanrunner::runner () +class podmanrunner::runner ( + Integer $replicas = 2, +) { user { 'podmanuser':