[MaaS] Arch-qualify Saltstack repo for Xenial
[fuel.git] / mcp / salt-formulas / opendaylight / init.sls
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc. and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8
9 include:
10 {% if pillar.opendaylight.server is defined %}
11 - opendaylight.server
12 {% endif %}