From 6ef29ce4cea016881c8489b7b671f09032e245f3 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 10 May 2023 16:05:35 +0200 Subject: [PATCH] it should get the TOC from the global _toc.yaml... --- _toc.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_toc.yml b/_toc.yml index e13bc340..e49a4e14 100644 --- a/_toc.yml +++ b/_toc.yml @@ -42,9 +42,12 @@ chapters: - file: admin-guide/puppet/hiera - file: admin-guide/puppet/modules sections: - - glob: admin-guide/puppet/modules/roles/* - - glob: admin-guide/puppet/modules/profiles/* - - glob: admin-guide/puppet/modules/components/* + - glob: admin-guide/puppet/roles/* + - glob: admin-guide/puppet/roles/*/* + - glob: admin-guide/puppet/profiles/* + - glob: admin-guide/puppet/profiles/*/* + - glob: admin-guide/puppet/profiles/*/*/* + - glob: admin-guide/puppet/components/* - file: admin-guide/puppet/development - file: admin-guide/selinux - file: admin-guide/kerberos