This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Description
If I try to run the acceptance tests, they fail with the following message when installing puppet:
Failure/Error: install_puppet NameError: undefined local variable or method install_puppet for main:Object Did you mean? install_package
According to the beaker documentation "install_puppet" is deprecated and the tests are currently based on ubuntu 12.04,which is a) end of live and b) does not support recent puppet versions.
Tests should be updated to a recent ubuntu version. Installation of puppet and modules could be simplified with puppet_install_helper and module_install_helper.