Skip to content

Commit

Permalink
Unset $home_dir type to allow undef, voxpupuli#305, voxpupuli#363
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed May 2, 2018
1 parent 17edde3 commit 5adf129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/npm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
String $package = $title,
$source = 'registry',
Array $uninstall_options = [],
String $home_dir = "",
$home_dir = undef,
$user = undef,
Boolean $use_package_json = false,
) {
Expand Down

0 comments on commit 5adf129

Please sign in to comment.