Skip to content

Commit

Permalink
Update context.sls
Browse files Browse the repository at this point in the history
Sorry Taps
  • Loading branch information
preussal committed Mar 31, 2020
1 parent ef8b013 commit ef2aa2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tomcat/context.sls
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ tomcat {{ tomcat.catalina_home }}/webapps/{{ data['appBase'] }}:
- makedirs: True
- require_in:
- file: tomcat {{ tomcat.conf_dir }}/context.xml
#Tomcat fails if pillar-defined webapps are not deployed yet.
# if catalina_base != catalina_home
# if catalina_base != catalina_home
{% if tomcat.catalina_base != tomcat.catalina_home %}
tomcat {{ tomcat.catalina_base }}/webapps/{{ data['appBase'] }}:
file.directory:
Expand Down

0 comments on commit ef2aa2d

Please sign in to comment.