Commit 08e4ce69 authored by nanahira's avatar nanahira

fix depend on

parent 705ca227
...@@ -393,9 +393,11 @@ class InventoryBuilder { ...@@ -393,9 +393,11 @@ class InventoryBuilder {
'./ocserv/ocpasswd:/etc/ocserv/ocpasswd:ro', './ocserv/ocpasswd:/etc/ocserv/ocpasswd:ro',
`./ocserv/certs/${local.ocservCert}:/etc/ssl/certs/${local.ocservCert}:ro`, `./ocserv/certs/${local.ocservCert}:/etc/ssl/certs/${local.ocservCert}:ro`,
'$HOME/nextgen-network/scripts:$HOME/nextgen-network/scripts:ro', '$HOME/nextgen-network/scripts:$HOME/nextgen-network/scripts:ro',
], ]
depends_on: ['babeld']
}; };
if (!local.sysBird) {
local.dockerServices.services.ocserv.depends_on = ['babeld'];
}
} }
local.ocpasswdLines.push(await generateOcpasswdLine(name, this.vars.ocservPassword)); local.ocpasswdLines.push(await generateOcpasswdLine(name, this.vars.ocservPassword));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment