quick fixes
diff --git a/files/pdns.conf b/files/pdns.conf
index 3a51884..58417ed 100644
--- a/files/pdns.conf
+++ b/files/pdns.conf
@@ -1,4 +1,4 @@
-{%- from "pdns/map.jinja" import server with context %}
+{%- from "powerdns/map.jinja" import server with context %}
 # Autogenerated configuration file template
 #################################
 # allow-axfr-ips    If enabled, restrict zonetransfers to originate from these
diff --git a/files/pdns.local.gmysql.conf b/files/pdns.local.gmysql.conf
index d81f357..d8f3a6b 100644
--- a/files/pdns.local.gmysql.conf
+++ b/files/pdns.local.gmysql.conf
@@ -1,4 +1,4 @@
-{%- from "pdns/map.jinja" import server with context %}
+{%- from "powerdns/map.jinja" import server with context %}
 # MySQL Configuration
 #
 # Launch gmysql backend
diff --git a/server/service.sls b/server/service.sls
index 648991b..7760f6b 100644
--- a/server/service.sls
+++ b/server/service.sls
@@ -21,7 +21,7 @@
   pkg.installed:
   - names: {{ server.mysql_pkgs }}
 
-pdns.local.gmysql.conf:
+/etc/powerdns/pdns.local.gmysql.conf:
   file.managed:
   - source: salt://powerdns/files/pdns.local.gmysql.conf
   - template: jinja