Add missing changes for mediawiki upgrades
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user