diff --git a/Vagrantfile b/Vagrantfile
index 243c85c..911f307 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -33,10 +33,10 @@ Vagrant::Config.run do |config|
# to this Vagrantfile), and adding some recipes and/or roles.
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = "cookbooks"
- chef.add_recipe "vim"
- chef.add_recipe "zsh"
- chef.add_recipe "zlib"
- chef.add_recipe "git"
+ # chef.add_recipe "vim"
+ # chef.add_recipe "zsh"
+ # chef.add_recipe "zlib"
+ # chef.add_recipe "git"
chef.add_recipe "apt"
chef.add_recipe "wordpress"
diff --git a/cookbooks/wordpress/templates/default/wordpress.conf.erb b/cookbooks/wordpress/templates/default/wordpress.conf.erb
index 85e4242..33b9c10 100644
--- a/cookbooks/wordpress/templates/default/wordpress.conf.erb
+++ b/cookbooks/wordpress/templates/default/wordpress.conf.erb
@@ -5,14 +5,12 @@
>
Options FollowSymLinks
- AllowOverride None
Order allow,deny
Allow from all
Options FollowSymLinks
- AllowOverride None
LogLevel info
diff --git a/plugins/.gitkeep b/plugins/.gitkeep
old mode 100644
new mode 100755
diff --git a/themes/.gitkeep b/themes/.gitkeep
old mode 100644
new mode 100755
diff --git a/wordpress/.gitkeep b/wordpress/.gitkeep
old mode 100644
new mode 100755