@@ -27,53 +27,54 @@ ntp_service: {
27
27
}
28
28
29
29
common_packages : [
30
- ' automake,bash,libtool,sudo ' ,
30
+ ' automake,bash,libtool' ,
31
31
]
32
32
33
33
# you can either add os family or os to this list (see smartos)
34
34
# but the playbook chooses os over family - not both
35
35
packages : {
36
36
centos6_x64 : ['centos-release-scl'], # only available on x86_64, 32-bit is from https://copr.fedorainfracloud.org/coprs/mlampe
37
37
centos6 : [
38
- ' ccache,git2u,gcc-c++,devtoolset-6' , # even need gcc on centos6 so ccache has symlinks
38
+ ' ccache,git2u,gcc-c++,devtoolset-6,sudo ' , # even need gcc on centos6 so ccache has symlinks
39
39
],
40
40
41
41
centos7_arm64 : ['git'], # git2u not available for aarch64 (yet)
42
- centos7_x64 : ['git2u','centos-release-scl'], # centos-release-scl is required to enable SCLo
42
+ centos7_x64 : ['git2u','centos-release-scl', ], # centos-release-scl is required to enable SCLo
43
43
# but we do it manually in partials/repo/centos7.yml for arm64
44
44
centos7 : [
45
- ' ccache,gcc-c++,devtoolset-6' ,
45
+ ' ccache,gcc-c++,devtoolset-6,sudo ' ,
46
46
],
47
47
48
48
debian7 : [
49
- ' gcc-4.8,g++-4.8' ,
49
+ ' gcc-4.8,g++-4.8,sudo ' ,
50
50
],
51
51
52
52
debian8 : [
53
- ' ccache,git,gcc-4.9,g++-4.9,libfontconfig1,binutils-2.26' ,
53
+ ' ccache,git,gcc-4.9,g++-4.9,libfontconfig1,binutils-2.26,sudo ' ,
54
54
],
55
55
56
56
debian9 : [
57
- ' gcc-6,g++-6,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates' ,
57
+ ' gcc-6,g++-6,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo ' ,
58
58
],
59
59
60
60
fedora : [
61
- ' bzip2,ccache,gcc-c++,git,fontconfig' ,
61
+ ' bzip2,ccache,gcc-c++,git,fontconfig,sudo ' ,
62
62
],
63
63
64
64
freebsd : [
65
- ' ccache,git,gmake'
65
+ ' ccache,git,gmake,sudo '
66
66
],
67
67
68
68
rhel72 : [
69
- ' gcc-c++' ,
69
+ ' gcc-c++,sudo ' ,
70
70
],
71
71
72
72
smartos : [
73
73
' gccmakedep' ,
74
74
' git' ,
75
75
' gmake' ,
76
- ' xz'
76
+ ' xz' ,
77
+ ' sudo' ,
77
78
],
78
79
79
80
smartos14 : [
@@ -96,7 +97,7 @@ packages: {
96
97
],
97
98
98
99
ubuntu : [
99
- ' ccache,g++,gcc,git,libfontconfig1' ,
100
+ ' ccache,g++,gcc,git,libfontconfig1,sudo ' ,
100
101
],
101
102
102
103
ubuntu1404 : [
0 commit comments