services: Add a terminating newline.
This commit is contained in:
parent
18039a2564
commit
1787d9e42c
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ class Zebra(CoreService):
|
||||||
def generateVtyshConf(cls, node, services):
|
def generateVtyshConf(cls, node, services):
|
||||||
''' Returns configuration file text.
|
''' Returns configuration file text.
|
||||||
'''
|
'''
|
||||||
return "service integrated-vtysh-config"
|
return "service integrated-vtysh-config\n"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def generateQuaggaConf(cls, node, services):
|
def generateQuaggaConf(cls, node, services):
|
||||||
''' Returns configuration file text. Other services that depend on zebra
|
''' Returns configuration file text. Other services that depend on zebra
|
||||||
|
|
Loading…
Reference in a new issue