Skip to content

Commit 653b1d4

Browse files
authored
Merge pull request voxpupuli#884 from bastelfreak/systemd
camptocamp/systemd: Allow 3.x
2 parents 0514e4a + 796e5be commit 653b1d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"dependencies": [
6161
{
6262
"name": "puppetlabs/stdlib",
63-
"version_requirement": ">= 4.13.1 < 7.0.0"
63+
"version_requirement": ">= 4.13.1 < 8.0.0"
6464
},
6565
{
6666
"name": "puppet/archive",
67-
"version_requirement": ">= 2.0.0 < 5.0.0"
67+
"version_requirement": ">= 2.0.0 < 6.0.0"
6868
},
6969
{
7070
"name": "camptocamp/systemd",

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
configure_beaker do |host|
44
case fact_on(host, 'os.family')
55
when 'Debian'
6-
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 8.0.0')
6+
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
77
when 'RedHat'
88
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
99
if fact_on(host, 'os.selinux.enabled')

0 commit comments

Comments
 (0)