From 8eca497ea2a74a31bfd4dd33d3464f8fb24271a6 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 23 Jun 2024 14:59:48 +1000 Subject: [PATCH] feat: add mkdir module - add module to manage mkdir -p in puppet module --- Puppetfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Puppetfile b/Puppetfile index ddbc134..ded5d58 100644 --- a/Puppetfile +++ b/Puppetfile @@ -50,6 +50,7 @@ mod 'kogitoapp-minio', '1.1.4' mod 'broadinstitute-certs', '3.0.1' mod 'stm-file_capability', '6.0.0' mod 'h0tw1r3-gitea', '3.2.0' +mod 'rehan-mkdir', '2.0.0' mod 'bind', :git => 'https://git.service.au-syd1.consul/unkinben/puppet-bind.git',