mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
cc05b877a2
first commit acl to github
12 lines
161 B
CFEngine3
12 lines
161 B
CFEngine3
service test {
|
|
a_str = a1:a2:a3 \
|
|
a11:a12:13
|
|
b_str = b1:b2:b3
|
|
c_str = c1:c2:c3
|
|
a_count = 1
|
|
b_count = 2
|
|
c_count = 3
|
|
a_bool = 1
|
|
b_bool = 1
|
|
c_bool = 1
|
|
} |