Browse Source

Merge pull request #288 from gaetanars/master

Remove own_default_vhost and debian_full from config.init.
tags/v1.0.2
N 4 years ago
parent
commit
45308ffbf8
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      apache/config/init.sls

+ 2
- 2
apache/config/init.sls View File

@@ -5,11 +5,11 @@ include:
- .file
# .modules.clean # disable (exclude from init state)
# .modules # enable by default (read pillars)
- .debian_full
# .debian_full
- .flags
- .logrotate
- .manage_security
- .no_default_vhost
- .own_default_vhost
# .own_default_vhost
- .register_site
- .vhosts

Loading…
Cancel
Save