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
commit 572153d740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,2 @@
manifest = site.pp
manifest = manifests/site.pp
modulepath = external_modules:site

8
hiera.yaml Normal file
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.