소스 검색

test(suse): update version to `7.0` for `opensuse-leap-15`

tags/v1.1.1
Imran Iqbal 5 년 전
부모
커밋
fd675701a5
No account linked to committer's email address
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      test/integration/default/controls/package_spec.rb
  2. +4
    -1
      test/salt/pillar/suse.sls

+ 1
- 1
test/integration/default/controls/package_spec.rb 파일 보기

@@ -36,7 +36,7 @@ control 'Php package' do
end

def test_suse
describe package('php5') do
describe package('php7') do
it { should be_installed }
end
end

+ 4
- 1
test/salt/pillar/suse.sls 파일 보기

@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
php: {}
php:
lookup:
pkgs:
php: php7

Loading…
취소
저장