I am getting this error, on ubuntu trusty 14.04
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, validate_re(): "2.7" does not match ["system", "pypy", "3", "3.3"] at /etc/puppet/modules/python/manifests/init.pp:76:5 on node app01.*********-1.compute.internal
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
My code is
class site::profiles::app_base {
class { 'python' :
version => '2.7',
pip => true,
dev => true,
virtualenv => true,
gunicorn => true,
}
}
I am getting this error, on ubuntu trusty 14.04
My code is