Skip to content

Commit 1d9f440

Browse files
Update restmap.conf
Correcting wrong parameters
1 parent e3d6541 commit 1d9f440

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

default/restmap.conf

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,55 @@ match = /
44
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
55

66
[admin_external:TA_bigfix_account]
7-
handlertype = python3
7+
handlertype = python
88
handlerfile = TA_bigfix_rh_account.py
99
handleractions = edit, list, remove, create
10+
python.version = python3
1011

1112
[admin_external:TA_bigfix_settings]
12-
handlertype = python3
13+
handlertype = python
1314
handlerfile = TA_bigfix_rh_settings.py
1415
handleractions = edit, list
16+
python.version = python3
1517

1618
[admin_external:TA_bigfix_bigfix_actions]
17-
handlertype = python3
19+
handlertype = python
1820
handlerfile = TA_bigfix_rh_bigfix_actions.py
1921
handleractions = edit, list, remove, create
22+
python.version = python3
2023

2124
[admin_external:TA_bigfix_bigfix_analysis]
22-
handlertype = python3
25+
handlertype = python
2326
handlerfile = TA_bigfix_rh_bigfix_analysis.py
2427
handleractions = edit, list, remove, create
28+
python.version = python3
2529

2630
[admin_external:TA_bigfix_bigfix_clients]
27-
handlertype = python3
31+
handlertype = python
2832
handlerfile = TA_bigfix_rh_bigfix_clients.py
2933
handleractions = edit, list, remove, create
34+
python.version = python3
3035

3136
[admin_external:TA_bigfix_bigfix_available_fixlets]
32-
handlertype = python3
37+
handlertype = python
3338
handlerfile = TA_bigfix_rh_bigfix_available_fixlets.py
3439
handleractions = edit, list, remove, create
40+
python.version = python3
3541

3642
[admin_external:TA_bigfix_bigfix_relevant_fixlets]
37-
handlertype = python3
43+
handlertype = python
3844
handlerfile = TA_bigfix_rh_bigfix_relevant_fixlets.py
3945
handleractions = edit, list, remove, create
46+
python.version = python3
4047

4148
[admin_external:TA_bigfix_bigfix_infrastructure]
42-
handlertype = python3
49+
handlertype = python
4350
handlerfile = TA_bigfix_rh_bigfix_infrastructure.py
4451
handleractions = edit, list, remove, create
52+
python.version = python3
4553

4654
[admin_external:TA_bigfix_bigfix_users]
47-
handlertype = python3
55+
handlertype = python
4856
handlerfile = TA_bigfix_rh_bigfix_users.py
4957
handleractions = edit, list, remove, create
58+
python.version = python3

0 commit comments

Comments
 (0)