commit | adf118653363c19f748ff3b2b41bd1c322262d04 | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Wed Aug 31 09:54:45 2016 +0200 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Wed Aug 31 09:54:57 2016 +0200 |
tree | e0203f839f1bf002c183eb41943b39d8faff17b3 | |
parent | 958740601acd5c90b38704e4e9ee871e902e058e [diff] |
maas ppa repo
diff --git a/maas/init.sls b/maas/init.sls index 30e3347..697f50a 100644 --- a/maas/init.sls +++ b/maas/init.sls
@@ -1,12 +1,9 @@ {%- if pillar.maas is defined %} include: -{%- if pillar.maas.server is defined %} -- maas.server +{%- if pillar.maas.region is defined %} +- maas.region {%- endif %} {%- if pillar.maas.cluster is defined %} - maas.cluster {%- endif %} -{%- if pillar.maas.region is defined %} -- maas.region -{%- endif %} {%- endif %}