]> git.openstreetmap.org Git - chef.git/commitdiff
Workaround apparent bug in chef-client 16.5
authorTom Hughes <tom@compton.nu>
Sun, 20 Sep 2020 10:25:38 +0000 (10:25 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 20 Sep 2020 10:25:38 +0000 (10:25 +0000)
cookbooks/wordpress/libraries/wordpress.rb

index 1c2fbcb6a4325618c1a1edee5bee1311d627b2d1..dead032567067bb44028ce4b077a461d6ea59664 100644 (file)
@@ -1,5 +1,6 @@
 require "chef/mixin/shell_out"
 
+require "addressable"
 require "httpclient"
 require "php_serialize"