summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--puppet/hiera.yaml14
1 files changed, 8 insertions, 6 deletions
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml
index 95283394..4194c6c9 100644
--- a/puppet/hiera.yaml
+++ b/puppet/hiera.yaml
@@ -6,13 +6,15 @@
:logger: console
:hierarchy:
- - hosts/%{fqdn}
- - ca/%{fqdn}
- - ca/defaults
- - eip/%{fqdn}
- - eip/defaults
+ - %{fqdn}
+#former hierarchy, not used anymore
+# - hosts/%{fqdn}
+# - ca/%{fqdn}
+# - ca/defaults
+# - eip/%{fqdn}
+# - eip/defaults
# more services following
- - defaults
+# - defaults
# relative from where puppet is run, so we need to run puppet
# from the root dir of the leap_platform repo