Page MenuHomeSoftware Heritage

hiera.yaml
No OneTemporary

hiera.yaml

---
version: 5
defaults:
datadir: data # datadir by default moved to 'defaults' folder
data_hash: yaml_data # Default backend
hierarchy:
- path: "private/hostname/%{trusted.certname}.yaml"
name: "Per hostname private credentials override"
- path: "private/location/%{::location}.yaml"
name: "Per location private credentials override"
- path: "private/defaults.yaml"
name: "Default private credentials"
- path: "hostname/%{trusted.certname}.yaml"
name: "Per hostname override configuration"
- path: "location/%{::location}.yaml"
name: "Per location override configuration"
- path: "defaults_security.yaml"
name: "Public keys configuration"
- path: "defaults.yaml"
name: "Main default configuration"

File Metadata

Mime Type
text/plain
Expires
Jul 4 2025, 10:29 AM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3301191

Event Timeline