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 的版本并使其成为您可以在清单中使用的事实,您可以执行以下操作:
Facter.add(:hiera_version) do setcode do require 'hiera/version' Hiera.version.to_s end end
要在主机上查找信息,您不能使用事实。
这里可以使用generate函数,但不太方便。我建议尽量避免它。