fucntional tests fix (#952)

* add patch for the user used for starting plugins
* fix postinst
* fix fucn tests to make it work with ansible
* group_wait to 5s
* small fixes

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
This commit is contained in:
Manuel Sabban 2021-09-09 16:24:59 +02:00 committed by GitHub
parent 9b680ae455
commit 9b5cb6abc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 12 deletions

11
rpm/SOURCES/user.patch Normal file
View file

@ -0,0 +1,11 @@
--- config/config.yaml-orig 2021-09-08 12:04:29.758785098 +0200
+++ config/config.yaml 2021-09-08 12:04:39.866856057 +0200
@@ -32,7 +32,7 @@
max_age: 7d
plugin_config:
user: nobody # plugin process would be ran on behalf of this user
- group: nogroup # plugin process would be ran on behalf of this group
+ group: nobody # plugin process would be ran on behalf of this group
api:
client:
insecure_skip_verify: false