forked from aws/amazon-ssm-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config
41 lines (34 loc) · 848 Bytes
/
Config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*-perl-*-
package.Amazon-ssm-agent = {
interfaces = (1.1);
deploy = {
generic = true;
};
build-environment = {
chroot = basic;
network-access = open;
};
build-system = bgo-wrap-make;
build-tools = {
1.1 = {
GoLang = 1.0;
BrazilMakeGo = 1.0;
RIPStaticConfig = 1.4;
};
};
# Use runtime-dependencies for when you want to bring in additional
# packages when deploying.
# Use dependencies instead if you intend for these dependencies to
# be exported to other packages that build against you.
dependencies = {
1.1 = {
EC2-Windows-EC2ConfigService = 1.0
};
};
runtime-dependencies = {
1.1 = {
GoLang = 1.0;
BrazilMakeGo = 1.0;
};
};
};