Skip to content

Commit

Permalink
Disable default apache2 site
Browse files Browse the repository at this point in the history
  • Loading branch information
athos-ribeiro committed May 23, 2018
1 parent 6248b85 commit e6b0ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions salt/obs.sls
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ enable_apache_expires_module:
cmd.run:
- name: a2enmod expires

disable_default_apache2_site:
cmd.run:
- name: a2dissite 000-default.conf

enable_obs_site:
cmd.run:
- name: a2ensite obs
Expand Down

0 comments on commit e6b0ace

Please sign in to comment.