Parcourir la source

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

tags/v1.1.1
Imran Iqbal il y a 5 ans
Parent
révision
fd675701a5
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 5 ajouts et 2 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer