Skip to content

Commit 5a334c1

Browse files
authored
remove the jinja rendering tags in pillar.example
I've found that when the pillar is rendered, it fails due to this jinja tag. I'm assuming it's because dovecot.config.base is normally defined in the map, which isn't available when rendering the pillar directly.
1 parent da9fd9f commit 5a334c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pillar.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dovecot:
114114
# - https://wiki.dovecot.org/AuthDatabase/PasswdFile
115115
# - https://wiki.dovecot.org/Authentication/PasswordSchemes
116116
passwd_files:
117-
# Will create {{ dovecot.config.base }}/auth.d/example.tld.passwd
117+
# Will create ''dovecot.config.base''/auth.d/example.tld.passwd
118118
example.tld: |
119119
user1:{BLF-CRYPT}HASH
120120
user2:{BLF-CRYPT}HASH::::::allow_nets=192.168.0.0/24

0 commit comments

Comments
 (0)