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:
Blake Harnden 2020-01-17 16:57:49 -08:00
parent dbc77d81f6
commit 191a9e9909
8 changed files with 87 additions and 26 deletions

View file

@ -16,4 +16,4 @@ class VpnClient(ConfigService):
default_configs = []
def create_files(self):
self.render("vpnclient.sh")
self.render_template("vpnclient.sh")