@@ -4,46 +4,55 @@ match = /
4
4
members = TA_bigfix_account, TA_bigfix_settings, TA_bigfix_bigfix_actions, TA_bigfix_bigfix_analysis, TA_bigfix_bigfix_clients, TA_bigfix_bigfix_available_fixlets, TA_bigfix_bigfix_relevant_fixlets, TA_bigfix_bigfix_infrastructure, TA_bigfix_bigfix_users
5
5
6
6
[admin_external:TA_bigfix_account]
7
- handlertype = python3
7
+ handlertype = python
8
8
handlerfile = TA_bigfix_rh_account.py
9
9
handleractions = edit, list, remove, create
10
+ python.version = python3
10
11
11
12
[admin_external:TA_bigfix_settings]
12
- handlertype = python3
13
+ handlertype = python
13
14
handlerfile = TA_bigfix_rh_settings.py
14
15
handleractions = edit, list
16
+ python.version = python3
15
17
16
18
[admin_external:TA_bigfix_bigfix_actions]
17
- handlertype = python3
19
+ handlertype = python
18
20
handlerfile = TA_bigfix_rh_bigfix_actions.py
19
21
handleractions = edit, list, remove, create
22
+ python.version = python3
20
23
21
24
[admin_external:TA_bigfix_bigfix_analysis]
22
- handlertype = python3
25
+ handlertype = python
23
26
handlerfile = TA_bigfix_rh_bigfix_analysis.py
24
27
handleractions = edit, list, remove, create
28
+ python.version = python3
25
29
26
30
[admin_external:TA_bigfix_bigfix_clients]
27
- handlertype = python3
31
+ handlertype = python
28
32
handlerfile = TA_bigfix_rh_bigfix_clients.py
29
33
handleractions = edit, list, remove, create
34
+ python.version = python3
30
35
31
36
[admin_external:TA_bigfix_bigfix_available_fixlets]
32
- handlertype = python3
37
+ handlertype = python
33
38
handlerfile = TA_bigfix_rh_bigfix_available_fixlets.py
34
39
handleractions = edit, list, remove, create
40
+ python.version = python3
35
41
36
42
[admin_external:TA_bigfix_bigfix_relevant_fixlets]
37
- handlertype = python3
43
+ handlertype = python
38
44
handlerfile = TA_bigfix_rh_bigfix_relevant_fixlets.py
39
45
handleractions = edit, list, remove, create
46
+ python.version = python3
40
47
41
48
[admin_external:TA_bigfix_bigfix_infrastructure]
42
- handlertype = python3
49
+ handlertype = python
43
50
handlerfile = TA_bigfix_rh_bigfix_infrastructure.py
44
51
handleractions = edit, list, remove, create
52
+ python.version = python3
45
53
46
54
[admin_external:TA_bigfix_bigfix_users]
47
- handlertype = python3
55
+ handlertype = python
48
56
handlerfile = TA_bigfix_rh_bigfix_users.py
49
57
handleractions = edit, list, remove, create
58
+ python.version = python3
0 commit comments