update .kitchen.yaml, update hiera to not do weird things when dns is weird
diff --git a/.kitchen.yml b/.kitchen.yml
index a3cfa4d..caab2e3 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -31,15 +31,9 @@
     driver_config:
       network:
         - ["private_network", {ip: "192.168.33.2"}]
-      customize:
-        memory: 1024
-        cpus: 2
 
   - name: tlp
     manifest: site.pp
     driver_config:
       network:
         - ["private_network", {ip: "192.168.33.2"}]
-      customize:
-        memory: 1024
-        cpus: 2
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml
index 3f1cca4..ff8b3aa 100644
--- a/puppet/hiera.yaml
+++ b/puppet/hiera.yaml
@@ -4,7 +4,7 @@
 
 :hierarchy:
 #  - "%{::virtual}/%{::asfosname}" # only enal be this if you use a caching service like apt-cacher-ng
-  - "nodes/%{::clientcert}"
+  - "nodes/%{::hostname}"
   - "%{::asfosname}/%{::asfosrelease}"
   - "colo/%{::asfcolo}"
   - "oem/%{::oem}"