Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dovecot/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ dovecot_packages:
dovecot_service:
service.running:
- name: dovecot
{% if dovecot.get('service_reload', True) %}
- reload: True
{% endif %}
- watch:
- file: {{ dovecot.config.base }}/{{ dovecot.config.filename }}.conf
- pkg: dovecot_packages
Expand Down
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dovecot:
lookup:
enable_service_control: True
service_persistent: True
service_reload: True
config:
local: |
# main
Expand Down