Skip to content

Commit fd67570

Browse files
committed
test(suse): update version to 7.0 for opensuse-leap-15
1 parent c9eea17 commit fd67570

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/integration/default/controls/package_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_redhat
3636
end
3737

3838
def test_suse
39-
describe package('php5') do
39+
describe package('php7') do
4040
it { should be_installed }
4141
end
4242
end

test/salt/pillar/suse.sls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# vim: ft=yaml
33
---
4-
php: {}
4+
php:
5+
lookup:
6+
pkgs:
7+
php: php7

0 commit comments

Comments
 (0)