summaryrefslogtreecommitdiffstats
path: root/mcp/salt-formulas/opendaylight/init.sls
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/salt-formulas/opendaylight/init.sls')
-rw-r--r--mcp/salt-formulas/opendaylight/init.sls5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcp/salt-formulas/opendaylight/init.sls b/mcp/salt-formulas/opendaylight/init.sls
new file mode 100644
index 000000000..17feb15e7
--- /dev/null
+++ b/mcp/salt-formulas/opendaylight/init.sls
@@ -0,0 +1,5 @@
+
+include:
+{% if pillar.opendaylight.server is defined %}
+- opendaylight.server
+{% endif %}