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
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.