Skip to content

Commit 000c96a

Browse files
author
Garrett W
committed
pillar.example: an include was missing a colon
1 parent c604d50 commit 000c96a

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
@@ -118,7 +118,7 @@ nginx:
118118
# see also http://nginx.org/en/docs/example.html
119119
#-- - - - - -- - - -- - - - - -- - - -- - - - -- - - - - - -- - - - - - -- - - - - -- - - - - -- - - #
120120
config:
121-
include 'snippets/letsencrypt.conf'
121+
include: 'snippets/letsencrypt.conf'
122122
source_path: salt://path_to_nginx_conf_file/nginx.conf # IMPORTANT: This option is mutually exclusive with the rest of the
123123
# options; if it is found other options (worker_processes: 4 and so
124124
# on) are not processed and just upload the file from source

0 commit comments

Comments
 (0)