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/ansible.pp
include ::foreman_proxy::plugin::ansible::runner
}
foreman_proxy::plugin { 'ansible':
}
-> foreman_proxy::settings_file { 'ansible':
enabled => $enabled,
feature => 'Ansible',
listen_on => $listen_on,
template_path => 'foreman_proxy/plugin/ansible.yml.erb',
foreman_proxy::plugin::module { 'ansible':
enabled => $enabled,
listen_on => $listen_on,
}
if $foreman_proxy::plugin::dynflow::external_core {

Also available in: Unified diff