forked from aws/amazon-ssm-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config
34 lines (29 loc) · 777 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
# -*-perl-*-
package.Amazon-ssm-agent = {
interfaces = (2.3);
deploy = {
generic = true;
};
build-environment = {
chroot = basic;
network-access = open;
};
build-system = bgo-wrap-make;
build-tools = {
2.3 = {
GoLang = 1.12;
BrazilMakeGo = 1.1;
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 = {
2.3 = {
EC2-Windows-EC2ConfigService = 1.0;
Session-manager-agent-binaries = 1.0;
};
};
};