Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 hiera.yaml 看起来像这样:
--- :backends: yaml :yaml: :datadir: "%{settings::manifestdir}/hieradata" :hierarchy: - epmpi - common
我的名为 epmp 的 yaml 文件放在 hieradata/epmp.yaml
我似乎无法弄清楚为什么它没有获取数据值。
hiera.yaml 中的错字?
:hierarchy: - epmpi
应该
:hierarchy: - epmp