From 1229af507425619381f25d5a16f06e26fdf5c74e Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Tue, 30 Jul 2024 16:38:53 +0200 Subject: [PATCH] add Puppetfile for testing in the voxbox container ci Signed-off-by: Robert Waffen --- Puppetfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Puppetfile diff --git a/Puppetfile b/Puppetfile new file mode 100644 index 0000000..ed1a700 --- /dev/null +++ b/Puppetfile @@ -0,0 +1,7 @@ +# for testing the rake tasks from container-voxbox + +forge 'https://forge.puppet.com' + +mod 'puppetlabs/inifile', :latest +mod 'puppetlabs/stdlib', :latest +mod 'puppetlabs/concat', :latest