소스 검색

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

tags/v1.3.3
Imran Iqbal 4 년 전
부모
커밋
1e677cd761
No account linked to committer's email address
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

Loading…
취소
저장