Skip to content

Commit 3f6f7bb

Browse files
committed
removed version since this is the default value
1 parent 69df496 commit 3f6f7bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manifests/install.pp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@
7272
}
7373

7474
# Install pip without pip, see https://pip.pypa.io/en/stable/installing/.
75-
class { 'python::pip::boostrap':
76-
version => 'pip',
77-
}
75+
class { 'python::pip::boostrap':; }
7876

7977
Exec['bootstrap pip'] -> File['pip-python'] -> Package <| provider == pip |>
8078

0 commit comments

Comments
 (0)