added pointer for hostgroup in service
This commit is contained in:
parent
3bff0302a7
commit
dd984fedae
4 changed files with 15 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from lib.services.service import Service
|
|||
|
||||
class PingService(Service):
|
||||
def __init__(self, **kwargs):
|
||||
Service.__init__(self, **kwargs)
|
||||
super(PingService, self).__init__(**kwargs)
|
||||
|
||||
|
||||
def create(kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue