Skip to content

Commit 5adf129

Browse files
committed
Unset $home_dir type to allow undef, voxpupuli#305, voxpupuli#363
1 parent 17edde3 commit 5adf129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/npm.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
String $package = $title,
99
$source = 'registry',
1010
Array $uninstall_options = [],
11-
String $home_dir = "",
11+
$home_dir = undef,
1212
$user = undef,
1313
Boolean $use_package_json = false,
1414
) {

0 commit comments

Comments
 (0)