Browse Source

got all pkg/config/service running (except those disabled in kitchen.yml)

tags/v1.2.1
Imran Iqbal 3 years ago
parent
commit
c4dce07476
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/config/modules/mod_wsgi.sls

+ 1
- 1
apache/config/modules/mod_wsgi.sls View File

@@ -12,7 +12,7 @@ include:

apache-config-modules-wsgi-pkg:
pkg.installed:
- name: {{ apache.pkg.mod_wsgi }}
- name: {{ apache.mod_wsgi }}
- require:
- pkg: apache-package-install-pkg-installed
- watch_in:

Loading…
Cancel
Save