Skip to content

Commit

Permalink
Set accumulator name for native and vhosts
Browse files Browse the repository at this point in the history
Set accumulator name for native and vhosts (fixes #106)
  • Loading branch information
preussal committed Mar 31, 2020
1 parent ef2aa2d commit 7ef7611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tomcat/native.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tomcat {{ tomcat.native_pkg }}:
tomcat 200_server_xml:
file.accumulated:
- name: 200_server_xml
- filename: {{ tomcat.conf_dir }}/server.xml
- text: enabled
- require_in:
Expand Down
1 change: 1 addition & 0 deletions tomcat/vhosts.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include:
tomcat 300_server_xml:
file.accumulated:
- name: 300_server_xml
- filename: {{ tomcat.conf_dir }}/server.xml
{% if tomcat.sites is defined %}
- text: {{ tomcat.sites }}
Expand Down

0 comments on commit 7ef7611

Please sign in to comment.