Project

General

Profile

« Previous | Next » 

Revision adcd0374

Added by Paul Kelly over 13 years ago

  • ID adcd0374b6f62d483a1b324b30a98fbf98f45765

Fixes #239 - Erases environments and puppetclasses

The fix also includes a page in which the use selects the additions
and removals which they would wish to apply to their database.
Errors are reported and an opportunity is given to reapply the changes.

View differences:

config/routes.rb
map.resources :puppetclasses, :member => { :assign => :post }, :collection => {:import_environments => :get}
map.resources :hostgroups
map.resources :common_parameters
map.resources :environments, :collection => {:import_environments => :get}
map.resources :environments, :collection => {:import_environments => :get, :obsolete_and_new => :post}
map.resources :fact_values
map.resources :ptables
map.resources :auth_source_ldaps

Also available in: Unified diff