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.
我第一次在 puppet 中尝试自定义函数,为我的清单编写一些简单的辅助函数。我将代码放入{my_module}/lib/parser/functions/myhelper.rb,但如果我理解正确,您需要启用pluginsync它,它看起来不像 vagrant 支持它(我尝试传递--pluginsync给 puppet.options,但它不起作用)。
{my_module}/lib/parser/functions/myhelper.rb
pluginsync
--pluginsync
有没有办法在 Vagrant 中使用自定义函数?
编辑:我的流浪盒正在使用 puppet 2.7.18
自定义函数应该“只是”在 vagrant 下工作,不需要启用任何 pluginsync,
我认为你的问题是函数路径,它应该是:
{my_module}/lib/puppet/parser/functions/myhelper.rb