Skip to content

Instantly share code, notes, and snippets.

Created November 4, 2015 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/86b644ea9019c44628a3 to your computer and use it in GitHub Desktop.
Save anonymous/86b644ea9019c44628a3 to your computer and use it in GitHub Desktop.
---------
ID: tomcat6
Function: service.running
Result: False
Comment: The following requisites were not found:
watch:
file: /var/lib/tomcat6/lib/*
Started:
Duration:
Changes:
------- init.sls
tomcat6:
7 pkg:
8 - installed
9 - require:
10 - sls: java.java8
11 service.running:
12 - watch:
13 - file: /var/lib/tomcat6/lib/*
14 - file: /var/lib/tomcat6/webapps/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment