diff --git a/README.md b/README.md index fd578bd..f488d5d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ If you are using the default configuration, just create a `dump.sql` file in the * memcached * postfix * vim, git, screen, curl, composer +* Zend Guard Loader 6 ## Default credentials ### MySQL diff --git a/Vagrantfile b/Vagrantfile index 4cf8cc9..ac0c611 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -48,9 +48,11 @@ # Enable and configure chef solo config.vm.provision :chef_solo do |chef| + chef.custom_config_path = "Vagrantfile.chef" chef.add_recipe "app::packages" chef.add_recipe "app::web_server" chef.add_recipe "app::vhost" + chef.add_recipe "app::zendguardloader" chef.add_recipe "memcached" chef.add_recipe "app::db" chef.json = { diff --git a/Vagrantfile.chef b/Vagrantfile.chef new file mode 100644 index 0000000..dc06693 --- /dev/null +++ b/Vagrantfile.chef @@ -0,0 +1 @@ +Chef::Config.ssl_verify_mode = :verify_peer \ No newline at end of file diff --git a/public/index.php b/public/index.php index 3582e5f..85ef82c 100644 --- a/public/index.php +++ b/public/index.php @@ -132,6 +132,11 @@