acl/lib_acl/samples/configure/test_unix.cf

15 lines
198 B
CFEngine3
Raw Normal View History

2014-11-19 00:25:21 +08:00
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
}