fix config names
diff --git a/maas/map.jinja b/maas/map.jinja
index a0a8ef4..d1686e9 100644
--- a/maas/map.jinja
+++ b/maas/map.jinja
@@ -21,7 +21,7 @@
{% endif %}
config:
{% if version == '1' %}
- - cluster: /etc/maas/cluster.conf
+ - cluster: /etc/maas/clusterd.conf
{% elif version == '2' %}
- cluster: /etc/maas/rackd.conf
{% endif %}
diff --git a/maas/region.sls b/maas/region.sls
index e1e7204..7a46e62 100644
--- a/maas/region.sls
+++ b/maas/region.sls
@@ -5,9 +5,9 @@
pkg.installed:
- names: {{ region.pkgs }}
-/etc/maas/region.conf:
+/etc/maas/regiond.conf:
file.managed:
- - source: salt://maas/files/region.conf
+ - source: salt://maas/files/regiond.conf
- template: jinja
- require:
- pkg: maas_region_packages