From 0ed262d44617b3e0636a2278917cfcc565951faa Mon Sep 17 00:00:00 2001 From: Corey Osman Date: Wed, 27 Apr 2022 17:31:31 -0700 Subject: [PATCH] Add puppet_metadata * The addition of the puppet_metadata gem allows data extraction of the metadata.json file for various tooling support like github actions. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 8654e4c..2ee20b4 100644 --- a/Gemfile +++ b/Gemfile @@ -25,3 +25,4 @@ gem 'rspec-puppet', '~> 2.11.1' gem 'rubocop', '~> 1.12' gem 'unf_ext', '~> 0.0.8' gem 'yamllint', '~> 0.0.9' +gem 'puppet_metadata', '~> 1.4'