Skip to content

Commit 7c4dd84

Browse files
committed
fix(pillar): rearrange tofs block to avoid yamllint error
1 parent 6a6f255 commit 7c4dd84

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

pillar.example

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)