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 %}
diff --git a/metadata/service/region/vendor_repo.yml b/metadata/service/region/vendor_repo.yml
new file mode 100644
index 0000000..bf37918
--- /dev/null
+++ b/metadata/service/region/vendor_repo.yml
@@ -0,0 +1,7 @@
+parameters:
+  linux:
+    system:
+      repo:
+        maas:
+          source: deb http://ppa.launchpad.net/maas/stable/ubuntu xenial main
+          key_url: salt://maas/files/vendor_key.gpg