File tree Expand file tree Collapse file tree 4 files changed +15
-49
lines changed Expand file tree Collapse file tree 4 files changed +15
-49
lines changed Original file line number Diff line number Diff line change 14
14
{
15
15
"operatingsystem" : " CentOS" ,
16
16
"operatingsystemrelease" : [
17
- " 6 " ,
18
- " 7 "
17
+ " 7 " ,
18
+ " 8 "
19
19
]
20
20
},
21
21
{
28
28
{
29
29
"operatingsystem" : " RedHat" ,
30
30
"operatingsystemrelease" : [
31
- " 6 " ,
32
- " 7 "
31
+ " 7 " ,
32
+ " 8 "
33
33
]
34
34
},
35
35
{
48
48
{
49
49
"operatingsystem" : " Ubuntu" ,
50
50
"operatingsystemrelease" : [
51
- " 14.04" ,
52
- " 16.04" ,
53
- " 18.04"
51
+ " 18.04" ,
52
+ " 20.04"
54
53
]
55
54
},
56
55
{
57
56
"operatingsystem" : " Fedora" ,
58
57
"operatingsystemrelease" : [
59
- " 25 "
58
+ " 37 "
60
59
]
61
60
},
62
61
{
81
80
"requirements" : [
82
81
{
83
82
"name" : " puppet" ,
84
- "version_requirement" : " >= 4.7.0 < 7 .0.0"
83
+ "version_requirement" : " >= 4.7.0 < 8 .0.0"
85
84
}
86
85
],
87
86
"pdk-version" : " 1.8.0" ,
Original file line number Diff line number Diff line change 1
1
---
2
-
3
2
HOSTS :
4
- centos-7-x64 :
5
- platform : el-7-x86_64
6
- image : centos:7
3
+ ubuntu-1804-x64 :
4
+ platform : ubuntu-18.04-amd64
7
5
hypervisor : docker
6
+ image : ubuntu:18.04
8
7
docker_preserve_image : true
9
- docker_cmd : ' ["/usr/sbin/init"]'
10
- ubuntu-1404-x64 :
11
- platform : ubuntu-14.04-amd64
8
+ ubuntu-2004-x64 :
9
+ platform : ubuntu-20.04-amd64
12
10
hypervisor : docker
13
- image : ubuntu:14 .04
11
+ image : ubuntu:20 .04
14
12
docker_preserve_image : true
15
- docker_cmd : ' ["/sbin/init"]'
16
- docker_image_commands :
17
- # ensure that upstart is booting correctly in the container
18
- - >
19
- rm /usr/sbin/policy-rc.d &&
20
- rm /sbin/initctl &&
21
- dpkg-divert --rename --remove /sbin/initctl &&
22
- apt-get update &&
23
- apt-get install -y net-tools wget &&
24
- locale-gen en_US.UTF-8
25
13
CONFIG :
26
14
type : foss
27
15
trace_limit : 200
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 25
25
end
26
26
27
27
it 'accepts filemode' do
28
- expect ( resource [ :mode ] ) . to eq ( '770 ' )
28
+ expect ( resource [ :mode ] ) . to eq ( '0770 ' )
29
29
end
30
30
31
31
it 'expects a name' do
You can’t perform that action at this time.
0 commit comments