X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0ed5b0633287123c7927db26632efedaa9df4467..4c0a50ccc54784e4d6dc56d797bbb83a73ef99af:/cookbooks/wordpress/resources/plugin.rb diff --git a/cookbooks/wordpress/resources/plugin.rb b/cookbooks/wordpress/resources/plugin.rb index 468440eca..72fd3973d 100644 --- a/cookbooks/wordpress/resources/plugin.rb +++ b/cookbooks/wordpress/resources/plugin.rb @@ -47,6 +47,7 @@ action :create do action :sync repository plugin_repository revision new_resource.revision + depth 1 user node[:wordpress][:user] group node[:wordpress][:group] end