From 301b3cbd87e6ab1f11a7944246add82cb770c91e Mon Sep 17 00:00:00 2001 From: David Hayes Date: Tue, 15 Mar 2016 16:40:27 +0000 Subject: [PATCH] Correct package naming issue #287 --- manifests/install.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/install.pp b/manifests/install.pp index 049a3e31..75e14135 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -18,7 +18,7 @@ $python = $::python::version ? { 'system' => 'python', 'pypy' => 'pypy', - default => $python::version, + default => "python${python::version}", } $pythondev = $::osfamily ? {