Sha256: cb8e2afe73d9428294c3592620ea622872838ef16b796b374613d7c9a14669d2
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
# # Copyright (c) 2014--2015 Red Hat Inc. # # This software is licensed to you under the GNU General Public License, # version 3 (GPLv3). There is NO WARRANTY for this software, express or # implied, including the implied warranties of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 # along with this software; if not, see http://www.gnu.org/licenses/gpl.txt # require 'smart_proxy_openscap/version' module Proxy::OpenSCAP class Plugin < ::Proxy::Plugin plugin :openscap, Proxy::OpenSCAP::VERSION 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__)) default_settings :spooldir => '/var/spool/foreman-proxy/openscap', :openscap_send_log_file => File.join(APP_ROOT, 'logs/openscap-send.log'), :contentdir => File.join(APP_ROOT, 'openscap/content'), :reportsdir => File.join(APP_ROOT, 'openscap/reports'), :failed_dir => File.join(APP_ROOT, 'openscap/failed') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smart_proxy_openscap-0.6.0 | lib/smart_proxy_openscap/openscap_plugin.rb |
smart_proxy_openscap-0.5.4 | lib/smart_proxy_openscap/openscap_plugin.rb |