From f4cafdc5a7c78e9d9686ae8f40935e0133397279 Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Sat, 17 Dec 2011 15:04:36 +0100 Subject: [PATCH] allow htaccess override --- Vagrantfile | 8 ++++---- cookbooks/wordpress/templates/default/wordpress.conf.erb | 2 -- plugins/.gitkeep | 0 themes/.gitkeep | 0 wordpress/.gitkeep | 0 5 files changed, 4 insertions(+), 6 deletions(-) mode change 100644 => 100755 plugins/.gitkeep mode change 100644 => 100755 themes/.gitkeep mode change 100644 => 100755 wordpress/.gitkeep 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