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 %}