Skip to content

Commit

Permalink
Add configuration_script_sources.last_update_stdout
Browse files Browse the repository at this point in the history
Add new last_update_stdout column to configuration_script_sources table.
This allows to store last update stdout to display more information
about why its refresh failed.
  • Loading branch information
Glutexo committed Jun 21, 2018
1 parent f539f46 commit 6335d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manager_refresh/inventory/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def has_configuration_script_sources(options = {})
:manager_ref => [:manager_ref],
:inventory_object_attributes => %i(
name description scm_type scm_url scm_branch scm_clean scm_delete_on_update
scm_update_on_launch authentication status last_updated_on
scm_update_on_launch authentication status last_updated_on last_update_error
),
}.merge(options))
end
Expand Down

0 comments on commit 6335d6e

Please sign in to comment.