@@ -63,27 +63,27 @@ syslog_ng:
6363 - filter : =f_messages
6464 - destination : =df_messages
6565
66- # tofs:
67- # The files_switch key serves as a selector for alternative
68- # directories under the formula files directory. See TOFS pattern
69- # doc for more info.
70- # Note: Any value not evaluated by `config.get` will be used literally.
71- # This can be used to set custom paths, as many levels deep as required.
72- # files_switch:
73- # - any/path/can/be/used/here
74- # - id
75- # - roles
76- # - osfinger
77- # - os
78- # - os_family
79- # All aspects of path/file resolution are customisable using the options below.
80- # This is unnecessary in most cases; there are sensible defaults.
81- # path_prefix: template_alt
82- # dirs:
83- # files: files_alt
84- # default: default_alt
85- # The entries under `source_files` are prepended to the default source files
86- # given for the state
87- # source_files:
88- # syslog_ng/config/install:
89- # - 'alt_syslog-ng.conf'
66+ tofs :
67+ # # The files_switch key serves as a selector for alternative
68+ # # directories under the formula files directory. See TOFS pattern
69+ # # doc for more info.
70+ # # Note: Any value not evaluated by `config.get` will be used literally.
71+ # # This can be used to set custom paths, as many levels deep as required.
72+ # files_switch:
73+ # - any/path/can/be/used/here
74+ # - id
75+ # - roles
76+ # - osfinger
77+ # - os
78+ # - os_family
79+ # # All aspects of path/file resolution are customisable using the options below.
80+ # # This is unnecessary in most cases; there are sensible defaults.
81+ # path_prefix: template_alt
82+ # dirs:
83+ # files: files_alt
84+ # default: default_alt
85+ # # The entries under `source_files` are prepended to the default source files
86+ # # given for the state
87+ source_files :
88+ syslog_ng/config/install :
89+ - ' alt_syslog-ng.conf'
0 commit comments