Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
upya4ko committed Jul 23, 2018
1 parent 7cca603 commit 0f2013f
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,30 @@ exim:
relay_nets: ''
smarthost: ''
files:
# Name all files which should be put under the corresponding
# split config directory
# Source files must be placed in an exim directory under file_roots
# e.g. /srv/salt/files/exim/
main:
- file1
- file 2
'01_exim4-config_listmacrosdefs': |
exim_path = /usr/sbin/exim4
# Macro defining the main configuration directory.
# We do not use absolute paths.
.ifndef CONFDIR
CONFDIR = /etc/exim4
.endif

'90_exim4-config_log_selector': |
# uncomment this for debugging
# MAIN_LOG_SELECTOR == MAIN_LOG_SELECTOR +all -subject -arguments

.ifdef MAIN_LOG_SELECTOR
log_selector = MAIN_LOG_SELECTOR
.endif

acl:
'00_exim4-config_header': |
begin acl
router:
transport:
retry:
- file3
'file3': |
# some more config
rewrite:
auth:

0 comments on commit 0f2013f

Please sign in to comment.