File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ fixtures:
5
5
powershell : ' puppetlabs-powershell'
6
6
reboot : ' puppetlabs-reboot'
7
7
repositories :
8
- facts : ' git ://github.com/puppetlabs/puppetlabs-facts.git'
9
- puppet_agent : ' git ://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10
- provision : ' git ://github.com/puppetlabs/provision.git'
8
+ facts : ' https ://github.com/puppetlabs/puppetlabs-facts.git'
9
+ puppet_agent : ' https ://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10
+ provision : ' https ://github.com/puppetlabs/provision.git'
11
11
yumrepo_core :
12
12
repo : https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
13
13
puppet_version : " >= 6.0.0"
Original file line number Diff line number Diff line change 8
8
fail-fast : false
9
9
matrix :
10
10
platform :
11
- - ubuntu-16.04
12
11
- ubuntu-18.04
13
12
- ubuntu-20.04
14
13
collection :
Original file line number Diff line number Diff line change 35
35
{
36
36
"operatingsystem" : " Ubuntu" ,
37
37
"operatingsystemrelease" : [
38
- " 14.04" ,
39
- " 16.04" ,
40
38
" 18.04" ,
41
39
" 20.04"
42
40
]
You can’t perform that action at this time.
0 commit comments