Add missing changes for mediawiki upgrades

This commit is contained in:
2020-09-05 23:43:28 +02:00
parent 7af26d6ad3
commit b7e2a72369
61 changed files with 1179 additions and 2252 deletions

View File

@@ -13,17 +13,14 @@ end
action :install do
install_global_install
new_resource.updated_by_last_action(true)
end
action :remove do
install_global_remove
new_resource.updated_by_last_action(true)
end
action :update do
install_global_update
new_resource.updated_by_last_action(true)
end
def install_global_install

View File

@@ -13,7 +13,6 @@ end
action :install do
make_execute 'install'
new_resource.updated_by_last_action(true)
end
action :require do
@@ -22,12 +21,10 @@ end
action :update do
make_execute 'update'
new_resource.updated_by_last_action(true)
end
action :dump_autoload do
make_execute 'dump-autoload'
new_resource.updated_by_last_action(true)
end
action :remove do