Merge pull request #9 from neoloc/fix/repo_layout

Updated environment setup
This commit is contained in:
Ben Vincent
2023-06-18 17:34:18 +10:00
committed by GitHub
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
manifest = site.pp
manifest = manifests/site.pp
modulepath = external_modules:site
+8
View File
@@ -0,0 +1,8 @@
---
version: 5
defaults:
datadir: "hieradata"
data_hash: "yaml_data"
hierarchy:
- path: "nodes/%{trusted.certname}.yaml" # Node-specific data, overrides other levels.
- path: "common.yaml" # Common data shared across nodes.
View File