mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable the 'routing table' index from the httpdomain
While very cool and quite handy, it doesn't make sense for how we use netapi modules in Salt.
This commit is contained in:
parent
6d09e554e4
commit
d4f64e8d5d
1 changed files with 2 additions and 1 deletions
|
@ -399,7 +399,8 @@ class HTTPDomain(Domain):
|
|||
'trace': {}
|
||||
}
|
||||
|
||||
indices = [HTTPIndex]
|
||||
# indices = [HTTPIndex]
|
||||
indices = []
|
||||
|
||||
@property
|
||||
def routes(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue