Skip to content

Commit

Permalink
Fix failing test due to params usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Jan 29, 2015
1 parent fae94df commit efcb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/project.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
$scripts = true,
$custom_inst = true,
$lock = false,
$user = $composer::params::user,
$user = 'root',
) {
include composer

Expand Down

0 comments on commit efcb722

Please sign in to comment.