Project

General

Profile

Download (461 Bytes) Statistics
| Branch: | Tag: | Revision:
module Proxy::Templates
class Plugin < ::Proxy::Plugin
http_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))

plugin :templates, ::Proxy::VERSION

validate_presence :template_url

after_activation do
loading_failed "missing :foreman_url: from configuration." unless Proxy::SETTINGS.foreman_url
end
end
end
(5-5/5)