Skip to content

Commit

Permalink
Remove outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
upya4ko committed Jul 23, 2018
1 parent 0f2013f commit 1f73ebd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions exim/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exim_install_packages:
- {{ pkg }}
{% endfor %}
{% set use_split_config = salt['pillar.get']('exim:config:use_split_config', 'false') %}
{% set use_split_config = salt['pillar.get']('exim:config:use_split_config', 'true') %}
{% set configtype = salt['pillar.get']('exim:config:configtype', 'satellite') %}
{% set hide_mailname = salt['pillar.get']('exim:config:hide_mailname', 'true') %}
{% set ue4c_keepcomments = salt['pillar.get']('exim:config:ue4c_keepcomments', 'true') %}
Expand Down Expand Up @@ -59,10 +59,4 @@ exim_service:
service.running:
- name: {{ map.service }}
update_config:
cmd.run:
- name: 'update-exim4.conf'
- onchanges:
- file: {{ map.config_dir }}/{{ map.config_file }}
- watch_in:
- service: {{ map.service }}

0 comments on commit 1f73ebd

Please sign in to comment.