Remove unnecessary file

This commit is contained in:
Simon Constans 2014-06-07 14:33:23 +02:00
parent f7f52740f0
commit a75830dd12
3 changed files with 0 additions and 31 deletions

View file

@ -1,14 +0,0 @@
---
apache_daemon: apache2
apache_server_root: /etc/apache2
apache_conf_path: /etc/apache2/sites-enabled
apache_packages:
- apache2
- apache2-mpm-prefork
- apache2-utils
- apache2.2-bin
- apache2.2-common
apache_vhosts:
- {servername: "local.dev", documentroot: "/var/www"}
apache_mods_enabled:
- rewrite.load

View file

@ -1,11 +0,0 @@
---
apache_daemon: httpd
apache_server_root: /etc/httpd
apache_conf_path: /etc/httpd/conf.d
apache_packages:
- httpd
- httpd-devel
- mod_ssl
- openssh
apache_vhosts:
- {servername: "local.dev", documentroot: "/var/www/html"}

View file

@ -1,6 +0,0 @@
---
apache_enablerepo: ""
apache_listen_port: 80
apache_create_vhosts: true