Project

General

Profile

« Previous | Next » 

Revision a3483baa

Added by Ewoud Kohl van Wijngaarden about 4 years ago

Introduce foreman_proxy::plugin::module

This introduces a define for plugins that have a package and a config
file, which is most of them.

View differences:

manifests/plugin/remote_execution/ssh.pp
include foreman_proxy::params
include ::foreman_proxy::plugin::dynflow
foreman_proxy::plugin { 'remote_execution_ssh':
}
-> foreman_proxy::settings_file { 'remote_execution_ssh':
enabled => $enabled,
feature => 'SSH',
listen_on => $listen_on,
template_path => 'foreman_proxy/plugin/remote_execution_ssh.yml.erb',
foreman_proxy::plugin::module { 'remote_execution_ssh':
enabled => $enabled,
feature => 'SSH',
listen_on => $listen_on,
}
if $ssh_kerberos_auth {

Also available in: Unified diff