Skip to content

Commit

Permalink
replaced getparam by getvar on retrieving default group
Browse files Browse the repository at this point in the history
  • Loading branch information
feltra committed Jan 15, 2019
1 parent 7cd9f6d commit 3a3026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Enum['pip', 'pip3'] $pip_provider = 'pip',
Variant[Boolean, String] $url = false,
String[1] $owner = 'root',
$group = getparam(Class['python'], 'group'),
$group = getvar('python::params::group'),
$umask = undef,
$index = false,
Variant[Boolean, String] $proxy = false,
Expand Down

0 comments on commit 3a3026e

Please sign in to comment.