-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdef.cf
More file actions
24 lines (21 loc) · 736 Bytes
/
def.cf
File metadata and controls
24 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
bundle common def
{
vars:
sandbox::
"domain" string => "synth.dev";
!sandbox::
"domain" string => "synth.pl";
"acl" slist => {
"$(sys.policy_hub)/16",
"192.81.223.120",
"109.74.203.16" },
comment => "Define an acl for the machines to be granted accesses";
"dir_masterfiles" string => translatepath("$(sys.workdir)/masterfiles"),
comment => "Define masterfiles path";
"dir_bin" string => translatepath("$(sys.workdir)/bin"),
comment => "Define binary path";
"dir_modules" string => translatepath("$(sys.workdir)/modules"),
comment => "Define modules path";
classes:
"sandbox" expression => classmatch(".*synth_dev");
}