Using puppet module straight from a cloned repo

前端 未结 1 1356
一生所求
一生所求 2021-01-23 02:05

I\'m trying to use puppet module in a vagrant setup. In a worked around the problem I tried to solve in this stackoverflow question. I cloned the puppet module repo (apt module

相关标签:
1条回答
  • 2021-01-23 02:11

    You are missing the stdlib module, which is a dependency at least of the apt module, and which provides, among other things, the validate_bool function Puppet can't find.

    You can find the stdlib module here:
    https://github.com/puppetlabs/puppetlabs-stdlib

    Use the Puppet module installation tool rather than just cloning a single repo.

    http://docs.puppetlabs.com/puppet/latest/reference/modules_installing.html

    or better yet use librarian-puppet.

    0 讨论(0)
提交回复
热议问题