From 9ebb12ed053db773a1c29cf549ec66c23db61575 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 20 May 2020 17:31:56 +0200 Subject: [PATCH] Add `pdk` to Gemfile --- Gemfile | 1 + metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e60c241..7e1ff7c 100644 --- a/Gemfile +++ b/Gemfile @@ -9,3 +9,4 @@ gem 'puppet-syntax' gem 'rspec-puppet' gem 'puppetlabs_spec_helper' gem 'puppet-blacksmith' +gem 'pdk', git: 'https://github.com/puppetlabs/pdk', ref: '97e28b28b57f6a77aec0788fa3858bf624ce57f8' diff --git a/metadata.json b/metadata.json index bde7170..302df10 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "willdurand-composer", "version": "1.2.7", - "author": "William Durand", + "author": "willdurand", "license": "MIT", "summary": "This module installs Composer, a dependency manager for PHP.", "source": "https://github.com/willdurand/puppet-composer",