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