]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/resources/plugin.rb
Limit depth of worddpress extension checkout
[chef.git] / cookbooks / wordpress / resources / plugin.rb
index 468440ecaf735a03008f165957d5a39b75463ed8..72fd3973d15aed133b05b2918291e80bed3659ca 100644 (file)
@@ -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