Bump upper version of puppetlabs-apt

Now we are using puppetlabs-apt v8.4.1 in our CI. Let's bump the upper
version so that the constraint include that tested version.

Change-Id: Idbc63ce76287da4a1eb843112f64a46874b82142
This commit is contained in:
Takashi Kajinami 2022-07-30 23:13:13 +09:00
parent 1498d8123a
commit 19645041ce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">=1.8.0 <4.0.0"
"version_requirement": ">=1.8.0 <9.0.0"
},
{
"name": "puppet/corosync",