Skip to content

Commit d2e3239

Browse files
authored
Support stdlib 8.x, mysql 12.x and use puppet/systemd (treydock#220)
1 parent eca2d5e commit d2e3239

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.fixtures-latest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ fixtures:
1313
archive:
1414
repo: https://github.com/voxpupuli/puppet-archive.git
1515
systemd:
16-
repo: https://github.com/camptocamp/puppet-systemd.git
16+
repo: https://github.com/voxpupuli/puppet-systemd.git
1717
yumrepo_core:
1818
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
19-
puppet_version: ">= 6.0.0"
2019
augeas_core:
2120
repo: https://github.com/puppetlabs/puppetlabs-augeas_core.git
22-
puppet_version: ">= 6.0.0"
2321
apt:
2422
repo: https://github.com/puppetlabs/puppetlabs-apt.git
2523
concat:

.fixtures.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ fixtures:
1919
repo: https://github.com/voxpupuli/puppet-archive.git
2020
ref: v0.5.1
2121
systemd:
22-
repo: https://github.com/camptocamp/puppet-systemd.git
22+
repo: https://github.com/voxpupuli/puppet-systemd.git
2323
ref: 0.4.0
2424
augeas_core:
2525
repo: https://github.com/puppetlabs/puppetlabs-augeas_core.git
26-
puppet_version: ">= 6.0.0"
2726
ref: 1.1.1
2827
yumrepo_core:
2928
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
30-
puppet_version: ">= 6.0.0"
3129
ref: 1.0.7
3230
apt:
3331
repo: https://github.com/puppetlabs/puppetlabs-apt.git

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs/stdlib",
13-
"version_requirement": ">= 4.25.0 <8.0.0"
13+
"version_requirement": ">= 4.25.0 <9.0.0"
1414
},
1515
{
1616
"name": "puppetlabs/mysql",
17-
"version_requirement": ">= 10.3.0 <12.0.0"
17+
"version_requirement": ">= 10.3.0 <13.0.0"
1818
},
1919
{
2020
"name": "puppetlabs/postgresql",
@@ -38,10 +38,10 @@
3838
},
3939
{
4040
"name": "puppet/archive",
41-
"version_requirement": ">= 0.5.1 <6.0.0"
41+
"version_requirement": ">= 0.5.1 <7.0.0"
4242
},
4343
{
44-
"name": "camptocamp/systemd",
44+
"name": "puppet/systemd",
4545
"version_requirement": ">= 0.4.0 <4.0.0"
4646
}
4747
],

0 commit comments

Comments
 (0)