acl/samples/configure/test_unix.cf
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

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
}