puppet-python
puppet-python copied to clipboard
Warning: Could not look up qualified variable
After adding this project to my Puppetfile
as:
github "python", "3.0.0", :repo => "mloberg/puppet-python"
I now get a warning when installing as part of boxen
:
Warning: Scope(Class[Python]): Could not look up qualified variable '::boxen::config::home'; class ::boxen::config has not been evaluated
Is this something that can be fixed in this project?