Compare commits

...

2 commits

Author SHA1 Message Date
Magnus Andersson 13cb071f33
Setup replica parameter in puppet class 2024-01-18 09:19:55 +01:00
Magnus Andersson 99e09ae040
Make bumptag executable 2024-01-18 08:59:05 +01:00
2 changed files with 3 additions and 1 deletions

0
bump-tag Normal file → Executable file
View file

View file

@ -1,5 +1,7 @@
# Class for forgeo action runner. # Class for forgeo action runner.
class podmanrunner::runner () class podmanrunner::runner (
Integer $replicas = 2,
)
{ {
user { user {
'podmanuser': 'podmanuser':