Increase upper constraint of puppetlabs-xinetd

The highest version that fits current constraint is 1.5.0, which is > 5
years old[1]. Increase the version so that newer version can be
installed.

The options used for xinetd::service are all present in the newest
version (v3.3.0) of xinetd, so this should be fine.

[1]: https://forge.puppet.com/modules/puppetlabs/xinetd/1.5.0

Change-Id: Id31370dbc69361f6857e9c9825d7fe1c430954e0
This commit is contained in:
Jake Yip 2021-01-06 17:21:45 +11:00
parent 9d60cbfade
commit eff29bb202
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
},
{
"name": "puppetlabs/xinetd",
"version_requirement": ">=1.5.0 <2.0.0"
"version_requirement": ">=1.5.0 <=3.3.0"
}
],
"description": "Installs and configures OpenStack Ironic (Bare metal).",