templates: Allow execution of plugins in an IPA client host.

Modify templates to create the basic tests for `ipaapi_context: client`.
This commit is contained in:
Rafael Guterres Jeffman
2021-09-08 17:06:37 -03:00
parent 8bc6b01f49
commit 1c679c5a9a
4 changed files with 61 additions and 2 deletions

View File

@@ -183,3 +183,4 @@ mkdir -p $dest
src=test_module.yml.in
[ $member == 1 ] && src=test_module+member.yml.in
template $src $dest/test_$name.yml
template test_module_client_context.yml.in $dest/test_${name}_client_context.yml