Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 16c0325

Browse files
committed
pip is set to true by default
1 parent ee91f93 commit 16c0325

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Python version to install. Default: system default
99
#
1010
# [*pip*]
11-
# Install python-pip. Default: false
11+
# Install python-pip. Default: true
1212
#
1313
# [*dev*]
1414
# Install python-dev. Default: false
@@ -39,7 +39,7 @@
3939
#
4040
class python (
4141
$version = 'system',
42-
$pip = false,
42+
$pip = true,
4343
$dev = false,
4444
$virtualenv = false,
4545
$gunicorn = false,

0 commit comments

Comments
 (0)