Merge "Fix file permissions for rackd.conf and regiond.conf"
diff --git a/maas/init.sls b/maas/init.sls
index 7ced1e5..878705e 100644
--- a/maas/init.sls
+++ b/maas/init.sls
@@ -1,12 +1,12 @@
 {%- if pillar.maas is defined %}
 include:
+{%- if pillar.maas.cluster is defined %}
+- maas.cluster
+{%- endif %}
 {%- if pillar.maas.region is defined %}
 - maas.region
 {%- endif %}
 {%- if pillar.maas.machines is defined %}
 - maas.machines
 {%- endif %}
-{%- if pillar.maas.cluster is defined %}
-- maas.cluster
-{%- endif %}
 {%- endif %}