浏览代码

test(pkgs_spec): update `3000` to `3000.1`

tags/v1.3.3
Imran Iqbal 4 年前
父节点
当前提交
1e677cd761
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      test/integration/v3000-py3/controls/pkgs_spec.rb

+ 3
- 3
test/integration/v3000-py3/controls/pkgs_spec.rb 查看文件

@@ -5,16 +5,16 @@ version =
when 'redhat'
case platform[:name]
when 'amazon'
'3000-1.amzn2'
'3000.1-1.amzn2'
when 'centos'
'3000-1.el8'
'3000.1-1.el8'
end
when 'fedora'
'3000-5.fc31'
when 'suse'
'3000-lp151.28.1'
when 'debian'
'3000+ds-1'
'3000.1+ds-1'
end

control 'salt packages' do

正在加载...
取消
保存