Skip to content

Commit 3a3026e

Browse files
committed
replaced getparam by getvar on retrieving default group
1 parent 7cd9f6d commit 3a3026e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/pip.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
Enum['pip', 'pip3'] $pip_provider = 'pip',
5555
Variant[Boolean, String] $url = false,
5656
String[1] $owner = 'root',
57-
$group = getparam(Class['python'], 'group'),
57+
$group = getvar('python::params::group'),
5858
$umask = undef,
5959
$index = false,
6060
Variant[Boolean, String] $proxy = false,

0 commit comments

Comments
 (0)