Commit 1179488
Taylan Develioglu
Allow puppetlabs-stdlib versions >= 5.0
This commit bumps the upper boundary of the stdlib dependency.
It should help avoid conflicts (librarian-puppet) such as:
[Librarian] Module puppetlabs-lvm found versions: 1.1.0, 1.0.1, 1.0.0, 0.9.0, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0, 0.0.1
[Librarian] Checking puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
[Librarian] Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com> at puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
[Librarian] Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com>
[Librarian] Conflict between puppetlabs-stdlib (< 5.0.0, >= 4.13.1) <(no source specified)> and puppetlabs-stdlib/5.1.0 <https://forgeapi.puppetlabs.com>
We need to use stdlib >= 5.1 for compatibility with puppet 6.1 parent f8691e7 commit 1179488
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments