X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..5a75898a87099ed06d5ec5c52f7751689d102388:/cookbooks/wordpress/resources/theme.rb diff --git a/cookbooks/wordpress/resources/theme.rb b/cookbooks/wordpress/resources/theme.rb index 3e8fabe94..5a402f6d1 100644 --- a/cookbooks/wordpress/resources/theme.rb +++ b/cookbooks/wordpress/resources/theme.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :create property :theme, :kind_of => String, :name_property => true @@ -47,7 +49,6 @@ action :create do action :sync repository theme_repository revision new_resource.revision - depth 1 user node[:wordpress][:user] group node[:wordpress][:group] end