Project

General

Profile

« Previous | Next » 

Revision 5af52b3b

Added by Ohad Levy about 14 years ago

  • ID 5af52b3b8c6aaf16482f75aaf07c747a2e253908

fixes #220 - show all used puppet classes when using storeconfigs

View differences:

config/routes.rb
map.connect "/hosts/query", :controller => 'hosts', :action => 'query'
map.resources :hosts,
:member => {:report => :get, :reports => :get, :facts => :get,
:environment_selected => :post, :architecture_selected => :post, :os_selected => :post},
:environment_selected => :post, :architecture_selected => :post, :os_selected => :post,
:storeconfig_klasses => :get},
:collection => { :show_search => :get}
map.dashboard '/dashboard', :controller => 'dashboard'
map.audit '/audit', :controller => 'audit'

Also available in: Unified diff