summaryrefslogtreecommitdiffstats
path: root/vagrant_support/apache.yml
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-20 23:10:32 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:58 +0200
commit5ac448e57e94bb8f286df0cfcebb7dfed066ed40 (patch)
tree8334bb1984f62f7463c1bb5f7750725abfe95266 /vagrant_support/apache.yml
parente1b48df3b5cdd81920782a8585864af3b294e919 (diff)
downloadbugzilla-5ac448e57e94bb8f286df0cfcebb7dfed066ed40.tar.gz
bugzilla-5ac448e57e94bb8f286df0cfcebb7dfed066ed40.tar.xz
add hypnotoad to vagrant
Diffstat (limited to 'vagrant_support/apache.yml')
-rw-r--r--vagrant_support/apache.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant_support/apache.yml b/vagrant_support/apache.yml
index 4ddd1e7b2..2d65965ab 100644
--- a/vagrant_support/apache.yml
+++ b/vagrant_support/apache.yml
@@ -7,7 +7,7 @@
when: LAZY == 0
- name: disable httpd
- service: name=httpd enabled=yes
+ service: name=httpd enabled=no
when: LAZY == 0
- name: ensure bugzilla.log has right permissions
@@ -17,4 +17,4 @@
file: path=/vagrant/logs/bugzilla-json.log state=touch owner=vagrant group=apache mode=0660
- name: stop httpd
- service: name=httpd state=stopped \ No newline at end of file
+ service: name=httpd state=stopped