summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index c4914f7..1c2cb0b 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -17,6 +17,7 @@ class python::install {
$python = $python::version ? {
'system' => 'python',
+ 'pypy' => 'pypy',
default => "python${python::version}",
}