We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17edde3 commit 5adf129Copy full SHA for 5adf129
manifests/npm.pp
@@ -8,7 +8,7 @@
8
String $package = $title,
9
$source = 'registry',
10
Array $uninstall_options = [],
11
- String $home_dir = "",
+ $home_dir = undef,
12
$user = undef,
13
Boolean $use_package_json = false,
14
) {
0 commit comments