Fix broken dependency.

The module requires voxpupuli/git_resource which is not available any more.
Forget Puppet repository provides a puppet/git_resource which ha the same
author and version of voxpupuli/git_resource.
I suggest to make the switch

Change-Id: I5c2421554d718fce6835ff6843c2e87984a8bd3f
This commit is contained in:
Alessandro Italiano 2020-09-11 11:19:48 +02:00
parent 1f9318e43d
commit 5555fa5530
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"version_requirement": ">=17.3.0 <18.0.0"
},
{
"name": "voxpupuli/git_resource",
"name": "puppet/git_resource",
"version_requirement": ">=1.0.2 <2.0.0"
},
{