Browse Source

Fixing minor typo

master
Nitin Madhok 9 years ago
parent
commit
c3393a4910
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/mod_proxy.sls

+ 1
- 1
apache/mod_proxy.sls View File

@@ -5,7 +5,7 @@ include:

a2enmod mod_proxy:
cmd.run:
- name a2enmod proxy
- name: a2enmod proxy
- unless: ls /etc/apache2/mods-enabled/proxy.load
- order: 225
- require:

Loading…
Cancel
Save