Not sure if anyone can shed any light on this issue. But I'm trying to setup a POC on Azure and created a Windows 2012 R2 VM to deploy WorkPress (3.0.0), but I'm running into the error from database.rb (4.0.9) when trying to converge on the Windows client VM node on Azure.
Any ideas? I'm the WordPress cookbook, not the WordPress-Windows version.
Not sure if anyone can shed any light on this issue. But I'm trying to setup a POC on Azure and created a Windows 2012 R2 VM to deploy WorkPress (3.0.0), but I'm running into the error from database.rb (4.0.9) when trying to converge on the Windows client VM node on Azure.
Any ideas? I'm the WordPress cookbook, not the WordPress-Windows version.
BTW in the default.rb under \chef-repo\cookbooks\php\attributes, the path to the MSI file that it is trying to download from http://windows.php.net/downloads/releases/ got moved to http://windows.php.net/downloads/releases/archives/.
Thanks in advance, Mike Rosado
C:\Windows\system32>chef-client Starting Chef Client, version 11.18.6 resolving cookbooks for run list: ["wordpress"] Synchronizing Cookbooks:
mysql2_chef_gem[default] action install
Error executing action
install
on resource 'mysql2_chef_gem[default]'ArgumentError
wrong number of arguments(2 for 0)
Resource Declaration:
In C:/chef/cache/cookbooks/wordpress/recipes/database.rb
29: mysql2_chef_gem 'default' do 30: action :install 31: end 32:
Compiled Resource:
Declared in C:/chef/cache/cookbooks/wordpress/recipes/database.rb:29:in `f
rom_file'
mysql2_chef_gem("default") do action [:install] retries 0 retry_delay 2 guard_interpreter :default cookbook_name "wordpress" recipe_name "database" end
Running handlers: