From: Tom Hughes Date: Sun, 20 Sep 2020 10:25:38 +0000 (+0000) Subject: Workaround apparent bug in chef-client 16.5 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/361fe6a3510bcd45cc0d4a1eb9b627efe62b5ea5 Workaround apparent bug in chef-client 16.5 --- diff --git a/cookbooks/wordpress/libraries/wordpress.rb b/cookbooks/wordpress/libraries/wordpress.rb index 1c2fbcb6a..dead03256 100644 --- a/cookbooks/wordpress/libraries/wordpress.rb +++ b/cookbooks/wordpress/libraries/wordpress.rb @@ -1,5 +1,6 @@ require "chef/mixin/shell_out" +require "addressable" require "httpclient" require "php_serialize"