From f884afb07bb44c2c94bb6fc724d37549a03a9d09 Mon Sep 17 00:00:00 2001 From: Saurabh Pandit Date: Mon, 7 Oct 2024 16:45:11 +0530 Subject: [PATCH] (CAT-2051): Add 'tooling' folder to be included while packaging 'puppetlab-kubernetes' --- lib/puppet/modulebuilder/builder.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/puppet/modulebuilder/builder.rb b/lib/puppet/modulebuilder/builder.rb index f893830..9325cd9 100644 --- a/lib/puppet/modulebuilder/builder.rb +++ b/lib/puppet/modulebuilder/builder.rb @@ -32,6 +32,7 @@ class Builder '!/tasks/**', '!/templates/**', '!/types/**', + '!/tooling/**', ].freeze attr_reader :destination, :logger