spacing, make sure syntax is correct
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml
index 5800e8d..c6ec997 100644
--- a/puppet/hiera.yaml
+++ b/puppet/hiera.yaml
@@ -3,10 +3,10 @@
   - yaml
 
 :hierarchy:
-    #  - "%{::virtual}/%{::asfosname}" # only enal be this if you use a caching service like apt-cacher-ng
-  - "nodes/%{clientcert}"
+#  - "%{::virtual}/%{::asfosname}" # only enal be this if you use a caching service like apt-cacher-ng
+  - "nodes/%{::clientcert}"
   - "%{::asfosname}/%{::asfosrelease}"
-  - "colo/%{asfcolo}"
+  - "colo/%{::asfcolo}"
   - "oem/%{::oem}"
   - "common"