Project

General

Profile

« Previous | Next » 

Revision 06386cbe

Added by Brad Buckingham over 10 years ago

Fort: a few minor bug fixes, primarily namespacing

View differences:

engines/fort/lib/fort/actions/content_view_refresh.rb
end
def run
view = ContentView.find(input['id'])
view = Katello::ContentView.find(input['id'])
env = view.organization.library
Node.with_environment(env).each do |node|
node.sync(:environment => env, :content_view => view)

Also available in: Unified diff