added some code to keep track of config services separately within core nodes, added function for starting config services during session instantiation
This commit is contained in:
parent
dbc77d81f6
commit
191a9e9909
8 changed files with 87 additions and 26 deletions
|
@ -16,4 +16,4 @@ class VpnClient(ConfigService):
|
|||
default_configs = []
|
||||
|
||||
def create_files(self):
|
||||
self.render("vpnclient.sh")
|
||||
self.render_template("vpnclient.sh")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue