File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ FileSet {
1818 }
1919{% endfor %}
2020{% endif %}
21+ {% if item .plugin is defined %}
22+ Plugin = "{{ item.plugin.name }}"
23+ ":module_name={{ item.plugin.module_name }}"
24+ ":mycnf={{ item.plugin.mycnf }}"
25+ {% endif %}
2126{% if item .include_files is defined %}
2227{% for include_file in item .include_files %}
2328 File = {{ include_file }}
Original file line number Diff line number Diff line change @@ -5,4 +5,10 @@ Client {
55{% if item .max_job_bandwidth is defined %}
66 Maximum Bandwidth Per Job = {{ item.max_job_bandwidth }}
77{% endif %}
8+ {% if item .plugin_directory is defined %}
9+ Plugin Directory = {{ item.plugin_directory }}
10+ {% endif %}
11+ {% if item .plugin_names is defined %}
12+ Plugin Names = {{ item.plugin_names }}
13+ {% endif %}
814}
You can’t perform that action at this time.
0 commit comments