exec_config()
Task Handlers
# File actionwebservice/setup.rb, line 995 def exec_config run_hook 'pre-config' each_selected_installers {|inst| inst.exec_config } run_hook 'post-config' @config.save # must be final end