Add puppetlabs-stdlib to dependencies

Need this so that Puppet functions is imported
from this module since we are using validate_legacy etc.

Change-Id: Ib7591e46058db67869d2b075ad069f1e98bc875d
This commit is contained in:
Tobias Urdin 2021-05-31 15:50:33 +02:00
parent f52b53006d
commit 06719f1ba9
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <8.0.0"
},
{
"name": "camptocamp/kmod",
"version_requirement": ">= 0.0.1"