Commit 969b17e8 authored by nanahira's avatar nanahira

fix

parent bfde8ee4
...@@ -202,7 +202,7 @@ class InventoryBuilder { ...@@ -202,7 +202,7 @@ class InventoryBuilder {
ocservNeeded: host.ocservNeeded || false, ocservNeeded: host.ocservNeeded || false,
ocservPort: host.ocservPort, ocservPort: host.ocservPort,
ocservCert: host.ocservCert || null, ocservCert: host.ocservCert || null,
ocMetric: host.ocMetric || null; ocMetric: host.ocMetric || null,
ocpasswdLines: host.ocpasswdLines || [], ocpasswdLines: host.ocpasswdLines || [],
gateways: _.values(this.gateways[host.name]), gateways: _.values(this.gateways[host.name]),
connections, connections,
......
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